Example #1
0
 /**
  * @inheritdoc
  */
 public function markAsError(JobInterface $job)
 {
     return $this->beanstalk->bury($job->getId());
 }