Queue\Beanstalk::DEFAULT_HOST
  • References/PHP/Phalcon/Queue/Beanstalk

string DEFAULT_HOST

2025-01-10 15:47:30
Queue\Beanstalk\Job::bury
  • References/PHP/Phalcon/Queue/Beanstalk/Job

public bury ([mixed $priority]) The bury command puts a job into the “buried” state. Buried jobs are put into a FIFO

2025-01-10 15:47:30
Queue\Beanstalk::DEFAULT_DELAY
  • References/PHP/Phalcon/Queue/Beanstalk

integer DEFAULT_DELAY

2025-01-10 15:47:30
Queue\Beanstalk
  • References/PHP/Phalcon/Queue/Beanstalk

Source

2025-01-10 15:47:30
Queue\Beanstalk::peekBuried
  • References/PHP/Phalcon/Queue/Beanstalk

public peekBuried () Return the next job in the list of buried jobs.

2025-01-10 15:47:30
Queue\Beanstalk::listTubesWatched
  • References/PHP/Phalcon/Queue/Beanstalk

public listTubesWatched () Returns a list tubes currently being watched by the client.

2025-01-10 15:47:30
Queue\Beanstalk::read
  • References/PHP/Phalcon/Queue/Beanstalk

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

2025-01-10 15:47:30
Queue\Beanstalk::readStatus
  • References/PHP/Phalcon/Queue/Beanstalk

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

2025-01-10 15:47:30
Queue\Beanstalk::jobPeek
  • References/PHP/Phalcon/Queue/Beanstalk

public jobPeek (mixed $id) The peek commands let the client inspect a job in the system.

2025-01-10 15:47:30
Queue\Beanstalk::stats
  • References/PHP/Phalcon/Queue/Beanstalk

public stats () Gives statistical information about the system as a whole.

2025-01-10 15:47:30