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

Ignore interchange's inherited SIGTERM handler #2629

Merged
merged 2 commits into from
Mar 22, 2023

Conversation

benclifford
Copy link
Collaborator

The interchange should run with a default SIGTERM handler, rather than the arbitrary one it inherits from a user workflow process.

Fixes issue #2628

Type of change

  • Bug fix (non-breaking change that fixes an issue)

The interchange should run with a default SIGTERM handler, rather
than the arbitrary one it inherits from a user workflow process.

Fixes issue #2628
@benclifford benclifford merged commit f2d4e7b into master Mar 22, 2023
@benclifford benclifford deleted the benc-interchange-sigterm branch March 22, 2023 09:03
benclifford added a commit that referenced this pull request Oct 14, 2024
This was introduced in PR #2629 to guard against the submit process
installing a SIGTERM handler and then that handler being unexpectedly
inherited by the interchange via multiprocesssing fork

PR #3463 changed the interchange to run as a fresh Python
process, which will not inherit SIGTERM handlers, so since
then this line has been vestigial.

Fixes issue #3588
benclifford added a commit that referenced this pull request Oct 14, 2024
This was introduced in PR #2629 to guard against the submit process
installing a SIGTERM handler and then that handler being unexpectedly
inherited by the interchange via multiprocesssing fork

PR #3463 changed the interchange to run as a fresh Python
process, which will not inherit SIGTERM handlers, so since
then this line has been vestigial.

Fixes issue #3588
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant