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 #619

Merged
merged 1 commit into from
Aug 14, 2024

Commits on Aug 8, 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 Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8cb81dd View commit details
    Browse the repository at this point in the history