Class to access the beanstalk queue service. Partially implements the protocol version 1.2
...
Inserts jobs into the queue
Reserves a job in the queue
Change the active tube. By default the tube is ‘default’
Change the active tube. By default the tube is ‘default’
Inspect the next ready job.
Return the delayed job with the shortest delay left
Return the next job in the list of buried jobs
Reads the latest status from the Beanstalkd server
Reads a packet from the socket. Prior to reading from the socket will check for availability of the connection.
Writes data to the socket. Performs a connection if none is available
Closes the connection to the beanstalk server.
...
...
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Queue_Beanstalk.html