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

[Feature] Retry core library tenacity #206

Merged
merged 9 commits into from
May 17, 2022
Merged

[Feature] Retry core library tenacity #206

merged 9 commits into from
May 17, 2022

Conversation

viniarck
Copy link
Member

Fixes #205

  • Added tenacity as a core dependency for retries.

This PR is on top of PR #204 (to facilitate development)

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.

Base automatically changed from feature/deadletter to master May 9, 2022 14:37
@viniarck viniarck merged commit 2bf7b41 into master May 17, 2022
@viniarck viniarck deleted the feature/tenacity branch May 17, 2022 13:08
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 this pull request may close these issues.

Retry core library
1 participant