Try and kill a Process
when running in local interpreter gets interrupted
#2711
Labels
Process
when running in local interpreter gets interrupted
#2711
Currently, if a user runs a
Process
in a local interpreter and then interrupts the interpreter the process will be lost. However, the node will reflect the last active state. This can be confusing to new users, who will still for example see a "process" in the "Waiting" state. We should try and catch the interrupt signal and try to kill the process properly before shutting down. At the very least we should try to set anExcepted
state on the node.The text was updated successfully, but these errors were encountered: