Example #1
0
 /**
  * Timeout this job
  */
 public function timeout()
 {
     $this->client->timeout($this->jid);
 }