Esempio n. 1
0
 /**
  * Pushes a new job onto the queue
  *
  * @param Job $job
  *
  * @return mixed
  */
 public function push(Job $job)
 {
     return $this->connector->push($this->queue, $job);
 }