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

Avoid retrying requests with status codes in the 400 range #47

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

lencioni
Copy link
Contributor

These status codes are typically not recoverable with a retry, so we want to avoid retrying them to prevent slowing down test runs for folks who may have a lot of these kinds of requests.

In service of #46

These status codes are typically not recoverable with a retry, so we
want to avoid retrying them to prevent slowing down test runs for folks
who may have a lot of these kinds of requests.
@lencioni lencioni requested a review from trotzig November 25, 2024 16:19
@lencioni lencioni merged commit 937dd39 into main Nov 25, 2024
4 checks passed
@lencioni lencioni deleted the bail-4xx branch November 25, 2024 16: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.

1 participant