CMD + K

backoff

Community

Function decoration for backoff and retry

Installation

To install this package, run one of the following:

Conda
$conda install services::backoff

Usage Tracking

2.2.1
2.1.2
1.11.1
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs. Somewhat more generally, it may also be of use for dynamically polling resources for externally generated content.

About

Summary

Function decoration for backoff and retry

Last Updated

Dec 18, 2022 at 20:10

License

MIT

Total Downloads

1.0K

Supported Platforms

linux-ppc64le
macOS-arm64
linux-64
linux-aarch64
linux-s390x
macOS-64
win-64