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

Implement RFC 141 - remove unsuitable healthchecks & return a 500 error on healthcheck failure #193

Merged
merged 3 commits into from
Apr 26, 2021

Conversation

barrucadu
Copy link
Contributor

@barrucadu barrucadu commented Apr 26, 2021

RFC 141 proposes that healthchecks should be useful for load balancing, which means that they should only check if the app is (1) running and (2) ready to serve requests.

This PR implements the status code change. It also removes healthchecks which were deemed unsuitable for load balancing, as they indicate a problem outside of the app. Any apps which were using these checks now have separate Icinga alerts, if the check was valuable.


Trello card

These are not suitable as healthchecks because they indicate a problem
outside of the running app.
@barrucadu barrucadu marked this pull request as ready for review April 26, 2021 16:11
@barrucadu barrucadu merged commit cf4d18a into master Apr 26, 2021
@barrucadu barrucadu deleted the msw/rfc-141 branch April 26, 2021 16:11
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