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

Handle 429 status code with retry #43

Open
KingAkeem opened this issue Jan 9, 2023 · 0 comments
Open

Handle 429 status code with retry #43

KingAkeem opened this issue Jan 9, 2023 · 0 comments

Comments

@KingAkeem
Copy link
Member

KingAkeem commented Jan 9, 2023

429 indicates too many requests and possibly has a header attached that indicates when another request should be retried Retry-After.

This could be used to pull those requests into a separate "retry" channel that will retry those requests after the Retry-After period has passed or a default time period. This would help to eliminate false negatives for sites that are actually up and running.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After

@KingAkeem KingAkeem added enhancement New feature or request High Priority Of the upmost importance performance concurrency labels Jan 9, 2023
@KingAkeem KingAkeem added Medium Priority and removed High Priority Of the upmost importance labels Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant