Skip to content

healthcheck path #1940

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

Closed
ribrdb opened this issue Aug 3, 2020 · 1 comment · Fixed by #1984
Closed

healthcheck path #1940

ribrdb opened this issue Aug 3, 2020 · 1 comment · Fixed by #1984
Milestone

Comments

@ribrdb
Copy link

ribrdb commented Aug 3, 2020

It looks like any http request will cause the heartbeat file to be updated.
Is it possible to add a health checking path that just returns an "OK" response without updating the heartbeat?
That way a reverse proxy can check to see if the server is up without looking like user activity.

@ribrdb ribrdb added the feature label Aug 3, 2020
@nhooyr
Copy link
Contributor

nhooyr commented Aug 17, 2020

Great point! We should just use the standard path /healthz @code-asher

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 a pull request may close this issue.

3 participants