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

Feature improve shutdown behavior. Closes https://github.com/Supervisor/supervisor/issues/1101 #1

Closed
wants to merge 5 commits into from

Commits on Apr 14, 2022

  1. fix: properly shutdown child processes

    Michael Hammann committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    4bba566 View commit details
    Browse the repository at this point in the history
  2. fix: improve shutdown behaviour.

    check if processes terminate properly otherwise send SIGKILL after timeout is reached
    Michael Hammann committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    09b82cf View commit details
    Browse the repository at this point in the history
  3. fix: make sure the main loop is not stopped while checking for proces…

    …ses which need to be killed
    Michael Hammann committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c26fc32 View commit details
    Browse the repository at this point in the history
  4. fix: make sure options are properly parsed

    Michael Hammann committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    9a2a127 View commit details
    Browse the repository at this point in the history
  5. fix: update all function signatures and fix tests for improved shutdo…

    …wn behavior
    Michael Hammann committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e5fe207 View commit details
    Browse the repository at this point in the history