1.2.33
$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.