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

🤖 Merge 1.5.x-sync into master #638

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

Important

Please do a normal merge, not squash merge.

Please fix conflicts if necessary.


Triggered by push

oliver-sanders and others added 4 commits October 15, 2024 16:16
* 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).
Workflow: Release stage 1 - create release PR, run: 30
@github-actions github-actions bot added the sync PR for synchronising changes between *.*.x and master label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sync PR for synchronising changes between *.*.x and master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants