Retries using Tenacity #9
Labels
good first issue
Good for newcomers
kind/I&C
Code, Infrastructure, Tests, everything that is not feature related, but more code related
size/S
T-shit size for tasks that take less than a day
type/enhancement
New feature or improvement that doesn't add value to final user
Right now there is a custom implementation of retry(). This is really not recommended when there is an asyncio working alternative. We want to avoid having code that implements things that other people does. This ticket is to introduce Tenacity and replace the custom in-house retry decorator.
The text was updated successfully, but these errors were encountered: