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

Add health probe endpoint #2

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Add health probe endpoint #2

merged 1 commit into from
Oct 19, 2023

Conversation

istreeter
Copy link
Collaborator

Adds a http server so the deployment infrastructure (e.g. Kubernetes) can tell when the app is unhealthy.

In this first commit, we say the app is unhealthy only if there is an event which has been stuck for a long time, i.e. held in memory but not yet acked.

In follow-up commits, we can extend the isHealthy method to consider the health of other services too.

@istreeter istreeter merged commit 08665ae into develop Oct 19, 2023
1 check passed
@istreeter istreeter deleted the feature/health-probe branch October 19, 2023 08:03
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