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

Improve healtchecks #301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Deltachaos
Copy link

Currently the most of the health check only check if the daemon itself is running, but not if it is actually functioning correctly.

For the most services this is not so easy, but what you can say for sure is, that the services need to have storage correctly mounted and it needs to be writeable.

If you are using mailu in a distributed environment with distributed storage (like in my case nfs), it can happen that storage is not available. In this case the readiness check should reflect this, because creation of a new pod could auto heal this problem in some cases. In any way, without writable storage the service is not available anyways.

@github-actions
Copy link
Contributor

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Oct 18, 2023
@Deltachaos
Copy link
Author

any updates on this?

@github-actions github-actions bot removed the Stale label Oct 20, 2023
Copy link
Contributor

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant