T
Analyzed about 2 hours ago
Tenacity is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. It originates from a fork of retrying.
Features:
- Generic Decorator API
- Specify stop condition (i.e. limit by number of attempts)
-
... [More]
Specify wait condition (i.e. exponential backoff sleeping between attempts)
- Customize retrying on Exceptions
- Customize retrying on expected returned result
- Retry on coroutines [Less]
3.61K
lines of code
7
current contributors
11 days
since last commit
1
users on Open Hub