Skip to content

1.2.35

Compare
Choose a tag to compare
@daneren2005 daneren2005 released this 12 Oct 20:53
· 16 commits to master since this release

Fix receiving sigkill after pulling job from stack but before starting 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.