Example #1
0
 /**
  * @param JobInterface $job
  */
 private function buryJob(JobInterface $job)
 {
     $this->log(LogLevel::WARNING, 'Job failed, Burying');
     $this->queue->buryJob($job);
 }