Example #1
0
 /**
  * @return mixed
  */
 public function getNumberOfDelayedJobs()
 {
     return \ResqueScheduler::getDelayedQueueScheduleSize();
 }