Python library providing function decorators for configurable backoff and retry
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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.10.0-5.fc35 | - |
Fedora 35 | 1.10.0-5.fc35 | - |
Fedora 34 | 1.10.0-3.fc34 | - |
EPEL 8 | 1.6.0-2.el8.1 | - |
You can contact the maintainers of this package via email at
python-backoff dash maintainers at fedoraproject dot org
.