Modify --kill-on-bad-exit clean up logic
If a task in a parallel job fails and it was launched with the --kill-on-bad-exit option then terminated the remaining tasks using the SIGCONT, SIGTERM and SIGKILL signals rather than just sending SIGKILL.
Please register or sign in to comment