Source on GitHub
Class to access the beanstalk queue service. Partially implements the protocol version 1.2
use Phalcon\Queue\Beanstalk;
$queue = new Beanstalk([
'host' => '127.0.0.1',
'port' => 11300,
'persistent' => true,
]);
Constants
integer DEFAULT_DELAY
integer DEFAULT_PRIORITY
integer DEFAULT_TTR
string DEFAULT_TUBE
string DEFAULT_HOST
integer DEFAULT_PORT
Methods
public __construct ([array $options])
public connect ()
Makes a connectio