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

Fixed retries #55

Merged
merged 4 commits into from
Apr 14, 2023
Merged

Fixed retries #55

merged 4 commits into from
Apr 14, 2023

Conversation

TomAugspurger
Copy link

We weren't retrying, since we didn't specify which error codes to retry on.

This fixes that, and includes tests (which I should have added in the first place). We use responses to mock the response to requests.

Tom Augspurger added 4 commits April 14, 2023 12:41
We weren't retrying, since we didn't specify which error codes to retry
on.

This fixes that, and includes tests (which I should have added in the
first place). We use `responses` to mock the response to requests.
@TomAugspurger TomAugspurger merged commit 359b6a1 into main Apr 14, 2023
@TomAugspurger TomAugspurger deleted the tom/feature/retry-tests branch April 14, 2023 19:20
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.

1 participant