backoff
Function decoration for backoff and retry
Function decoration for backoff and retry
To install this package, run one of the following:
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.
Summary
Function decoration for backoff and retry
Last Updated
Sep 8, 2025 at 14:32
License
MIT
Total Downloads
8
GitHub Repository
https://github.com/litl/backoffDocumentation
https://github.com/litl/backoff/blob/master/README.rst