Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix receiving sigkill after pulling job from stack but before startin…
…g forking Before if we received a sigkill after pulling from stack but before starting the forking process, we would end up handling the sigkill, then resuming the forking process. The child process would be started, and then hard killed once the parent process was done shutting itself down, resulting in a stranded job.
- Loading branch information