Support already registered signal handlers #73
d-s-codappix
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have the situation that we have a long running command line task which has its own signal handlers registered.
Within this task we use the fork package, which overwrites the registered handlers, ignoring any pre registered handlers.
It would be cool if the handlers would be respected.
Our current patch looks like this:
It includes a small refactoring to not duplicate code for the new logic.
FYI: I wasn't able to create this as an issue/bug report. There is an endless loop to the template selection when choosing "Report a bug".
Beta Was this translation helpful? Give feedback.
All reactions