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

Some errors in requests are not retried #127

Open
briantist opened this issue Oct 30, 2023 · 0 comments
Open

Some errors in requests are not retried #127

briantist opened this issue Oct 30, 2023 · 0 comments

Comments

@briantist
Copy link
Owner

Since the retries we use don't set status_forcelist, it won't retry status code errors, like 500/504/etc., which can lead to failed requests that would have otherwise been ok on retry.

Need to think over which codes make for good defaults, and a good way to allow configuration of codes.

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

No branches or pull requests

1 participant