awesome-python
awesome-python copied to clipboard
Add `tenacity`
Tenacity is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. It is quite heavily used in async tasks.
I not understand