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

shutdown: terminate subprocesses #636

Merged

Commits on Oct 15, 2024

  1. shutdown: terminate subprocesses

    * We use a subprocess pool for running backgorund commands
      (e.g. `cylc clean`).
    * This creates subprocesses to run our commands in, however, it does
      not kill the subprocess once the command has completed, it keeps
      the subprocess open for future reuse (more efficient than creating
      and destroying them every time).
    * On shutdown we need to close the pool to mop up these subprocesses
      (this doesn't happen automatically).
    oliver-sanders committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a75fdb4 View commit details
    Browse the repository at this point in the history