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

Explicitly return 408 when timeout is hit #427

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

peel
Copy link
Contributor

@peel peel commented Aug 21, 2024

Previously, we would return 503 Service Unavailable, suggesting that failures should not be retried and leading to confusion with early timeout being hit. Now, we return 408 Request Timeout which is more explicit and easier to monitor.

@peel peel marked this pull request as draft August 22, 2024 09:09
Previously, we would return 503 Service Unavailable, suggesting that failures
should not be retried and leading to confusion with early timeout being hit.
Now, we return 408 Request Timeout which is more explicit and easier to monitor.
@peel peel force-pushed the feature/408-on-timeout branch from 2b2c13f to 57cd49f Compare August 22, 2024 09:33
@peel peel marked this pull request as ready for review August 22, 2024 09:56
@peel peel added this to the 3.3.0 milestone Aug 22, 2024
@peel peel merged commit 2149ca5 into bug/healthchecks-timeout Sep 4, 2024
3 checks passed
@peel peel deleted the feature/408-on-timeout branch November 21, 2024 13:49
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.

2 participants