Skip to content

Remove dependency on retry#19

Merged
joserc87 merged 5 commits intomasterfrom
remove-dependency-on-retry
Jun 28, 2024
Merged

Remove dependency on retry#19
joserc87 merged 5 commits intomasterfrom
remove-dependency-on-retry

Conversation

@joserc87
Copy link
Contributor

This PR fixes #18, replacing the library retry with tenacity, since retry (unnecessarily) depended on py.
Note that I tried to isolate the change to one module, but the proper way of using tenacity is decorating the functions that do API calls instead of calling retry_on_too_early so we may need a refactor of the code at some point.

@joserc87 joserc87 requested a review from rp-aeldridge June 27, 2024 15:31
@joserc87 joserc87 self-assigned this Jun 27, 2024
@joserc87 joserc87 merged commit d3383ec into master Jun 28, 2024
@joserc87 joserc87 deleted the remove-dependency-on-retry branch June 28, 2024 14:26
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.

Dependency on dead project retry

1 participant