handleMessage($job); } /** * Should tell if the given job will kill the worker. * We don't want to stop it :). */ public function isStopJob($job) { return false; } }