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

Consider response code 403 as an error #3

Closed

Conversation

StephenWeber
Copy link

PagerDuty sends a 403 - Forbidden response code when the service key is
being rate-limited. The correct thing to do is to retry the request
after a delay - so treat this condition as if it were any other error.

Includes test of this behavior against a test server that only returns 403.
See PagerDuty event v1 documentation for these details and recommendations.

PagerDuty sends a 403 - Forbidden response code when the service key is
being rate-limited. The correct thing to do is to retry the request
after a delay - so treat this condition as if it were any other error.
@StephenWeber
Copy link
Author

Old PR, closing.

@StephenWeber StephenWeber deleted the sweber/retry_on_ratelimit branch January 25, 2022 15:56
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