Example #1
0
 /**
  * @param JobInterface $job
  */
 private function removeJob(JobInterface $job)
 {
     $this->log(LogLevel::DEBUG, 'Job finished, Deleting');
     $this->queue->removeJob($job);
 }