You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: Running jobs in prunner and the process is shut down or restarted
Implementation: Handle interrupt signal and cancel running jobs and wait until complete (would make sense with #11) until some wait time (configurable in pipeline definition) before doing a hard stop of running tasks.
The text was updated successfully, but these errors were encountered:
Implements shutdown via SIGINT (graceful) and SIGTERM (cancelling jobs).
Also fix an issue with child processes from scripts by setting setpgid
to start processes (which is needed to prevent signals being forwarded).
Closes#14
Scenario: Running jobs in prunner and the process is shut down or restarted
Implementation: Handle interrupt signal and cancel running jobs and wait until complete (would make sense with #11) until some wait time (configurable in pipeline definition) before doing a hard stop of running tasks.
The text was updated successfully, but these errors were encountered: