integer DEFAULT_DELAY
public touch () The touch command allows a worker to request more time to work on a job. This is useful for jobs
public bury ([mixed $priority]) The bury command puts a job into the “buried” state. Buried jobs are put into a FIFO
string DEFAULT_HOST
public peekBuried () Return the next job in the list of buried jobs.
Source
public peekDelayed () Return the next job in the list of buried jobs.
extends class Phalcon\Exception
public reserve ([mixed $timeout]) Reserves/locks a ready job from the specified tube.
public jobPeek (mixed $id) The peek commands let the client inspect a job in the system.
Page 2 of 4