We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Occasionally Sentry will respond with a 429 response.
It would be nice if there was an option to retry in this case.
I think perhaps the best way to do this would be in hook.SendPacket; if a 429* HTTP response is received, retry until the timeout is exceeded.
hook.SendPacket
Whether this should be the default behavior or configurable are open questions in my mind.
What do you think?
*Maybe there are other statuses to be included here, too?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Occasionally Sentry will respond with a 429 response.
It would be nice if there was an option to retry in this case.
I think perhaps the best way to do this would be in
hook.SendPacket
; if a 429* HTTP response is received, retry until the timeout is exceeded.Whether this should be the default behavior or configurable are open questions in my mind.
What do you think?
*Maybe there are other statuses to be included here, too?
The text was updated successfully, but these errors were encountered: