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

fix(free): prevent server flooding after 5xx #135

Merged
merged 3 commits into from
Dec 22, 2022
Merged

fix(free): prevent server flooding after 5xx #135

merged 3 commits into from
Dec 22, 2022

Conversation

KnorpelSenf
Copy link
Member

@KnorpelSenf KnorpelSenf commented Dec 14, 2022

If a 5xx error occurs regularly, we must not retry immediately. This could cause millions of requests in short periods of time.

Closes #136

Copy link
Member

@Satont Satont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

@Satont Satont merged commit f9f3330 into main Dec 22, 2022
@Satont Satont deleted the delays branch December 22, 2022 06:55
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.

Exponential backoff for sleeps
2 participants