Queue\Beanstalk\Job::getBody

public getBody ()

Queue\Beanstalk\Job::bury

public bury ([mixed $priority]) The bury command puts a job into the “buried” state. Buried jobs are put into a FIFO linked list and will not be touched by the server again until a client kicks them with the “kick” command.

Queue\Beanstalk\Job::kick

public kick () Move the job to the ready queue if it is delayed or buried.

Queue\Beanstalk::read

public read ([mixed $length]) Reads a packet from the socket. Prior to reading from the socket will check for availability of the connection.

Queue\Beanstalk::statsTube

public statsTube (mixed $tube) Gives statistical information about the specified tube if it exists.

Queue\Beanstalk::reserve

public reserve ([mixed $timeout]) Reserves/locks a ready job from the specified tube.

Queue\Beanstalk::readStatus

final public readStatus () Reads the latest status from the Beanstalkd server

Queue\Beanstalk\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

Queue\Beanstalk::watch

public watch (mixed $tube) The watch command adds the named tube to the watch list for the current connection.

Queue\Beanstalk::readYaml

final public readYaml () Fetch a YAML payload from the Beanstalkd server