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

Added AsyncDaemonHealthCheck #2648

Closed
wants to merge 0 commits into from
Closed

Conversation

daveHylde
Copy link
Contributor

Added functionality for a simple HealthCheck for the async daemon.
This is especially useful when running in a containerized environment such as Kubernetes.

@oskardudycz
Copy link
Collaborator

oskardudycz commented Jul 30, 2023

@daveHylde, thank you a lot for sending this pull request. July was a bit slow for me because of the longer vacations. I'll try to get the initial round of review in the next week.

The delay doesn't come from the fact that this change is ignored, but actually because it's really important and helpful for other users, thus I'd like to have some patient time to go through it.

}

[Fact]
public async Task should_be_healty_with_one_projections_lagging()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After looking at the assert statement, I believe this should be unhealthy, not healthy.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right - typo. Good catch

@oskardudycz
Copy link
Collaborator

The PR was moved to #2679 because of some git dirty tricks 😉

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.

None yet

3 participants