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

apiserver: reap exited child processes #1384

Merged
merged 1 commit into from
Mar 12, 2021

Commits on Mar 12, 2021

  1. apiserver: reap exited child processes

    We spawn some background processes, like thar-be-settings, when they might take
    some time and we don't want to hold up API clients.  Unless we `wait` for those
    children when they exit, their process ID lives on as a zombie.  This adds a
    SIGCHLD handler to apiserver to call wait when any child exits.
    tjkirch committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    5c9eb7c View commit details
    Browse the repository at this point in the history