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

Separate api/health from data/health and tracings/health #5601

Merged
merged 3 commits into from
Jul 7, 2021

Conversation

fm3
Copy link
Member

@fm3 fm3 commented Jul 6, 2021

The check at api/health is used by liveliness probes for auto-restart. It should be as fast as possible. data/health occasionally becomes slow if the datastore module is very busy. It should not trigger auto-restarts then, but rather be monitored separately.

Steps to test:

  • ping api/health, it should stay fast even during I/O intensive operations

@fm3 fm3 self-assigned this Jul 6, 2021
@fm3 fm3 changed the title Separate api/health from data/halth and tracings/health Separate api/health from data/health and tracings/health Jul 6, 2021
@fm3 fm3 merged commit 094a75e into master Jul 7, 2021
@fm3 fm3 deleted the health-check-slim branch July 7, 2021 13:54
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