Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry core library #205

Closed
viniarck opened this issue Apr 14, 2022 · 0 comments · Fixed by #206
Closed

Retry core library #205

viniarck opened this issue Apr 14, 2022 · 0 comments · Fixed by #206

Comments

@viniarck
Copy link
Member

viniarck commented Apr 14, 2022

Retrying is a common functionality that NApps requires, for instance when handling IO errors like database failures or requests, just so NApps don't have to reimplement or keep installing other retry libraries. We've got this mapped on two NApps:

I'd say we should go with tenacity it's a very battle tested library in the Python ecosystem, its reliable to use in production. If you have any other suggestions or concerns let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant