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

Zombie Processes #8

Closed
gbe0 opened this issue Feb 20, 2024 · 0 comments · Fixed by #9
Closed

Zombie Processes #8

gbe0 opened this issue Feb 20, 2024 · 0 comments · Fixed by #9
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gbe0
Copy link
Contributor

gbe0 commented Feb 20, 2024

In certain situations the health check processes may become zombies which causes the health check(s) to stop working.

To fix this os.waitpid needs to be called periodically.

@gbe0 gbe0 added the bug Something isn't working label Feb 20, 2024
@gbe0 gbe0 self-assigned this Feb 20, 2024
@gbe0 gbe0 modified the milestones: 1.0.0, 0.0.11 Feb 20, 2024
@gbe0 gbe0 mentioned this issue Feb 21, 2024
@gbe0 gbe0 closed this as completed in #9 Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant