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

integer DEFAULT_DELAY

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

public touch () The touch command allows a worker to request more time to work on a job. This is useful for jobs

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_HOST
  • References/PHP/Phalcon/Queue/Beanstalk

string DEFAULT_HOST

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
  • References/PHP/Phalcon/Queue/Beanstalk

Source

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

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

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

extends class Phalcon\Exception

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

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

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