Skip to content

1.2.33

Compare
Choose a tag to compare
@daneren2005 daneren2005 released this 09 Sep 18:35
· 18 commits to master since this release

$this->child = Resque::fork() breaks if we receive a kill signal after pcntl_fork but before the child is set. We will now track if we are in the middle of a fork and wait for the forking process to finish, then kill the child properly so we don't strand a job in the "working" state.