backoff 2.2.1
0
Function decoration for backoff and retry
Contents
Function decoration for backoff and retry
Stars: 2593, Watchers: 2593, Forks: 149, Open Issues: 61The litl/backoff
repo was created 10 years ago and the last code push was 5 months ago.
The project is very popular with an impressive 2593 github stars!
How to Install backoff
You can install backoff using pip
pip install backoff
or add it to a project with poetry
poetry add backoff
Package Details
- Author
- Bob Green
- License
- MIT
- Homepage
- https://github.com/litl/backoff
- PyPi:
- https://pypi.org/project/backoff/
- GitHub Repo:
- https://github.com/litl/backoff
Classifiers
- Internet/WWW/HTTP
- Software Development/Libraries/Python Modules
- Utilities
Related Packages
Errors
A list of common backoff errors.
Code Examples
Here are some backoff
code examples and snippets.
GitHub Issues
The backoff package has 61 open issues on GitHub
- Use monotonic clock.
- Use monotonic time
- Where are the docs?