flowpack/jobqueue-beanstalkd
composer require flowpack/jobqueue-beanstalkd
Implements concrete Queue for the beanstalkd work queue. Requires the packages flowpack/jobqueue-common and pda/pheanstalk package to be installed.
2.0.0
Readme excerpt
Flowpack.JobQueue.BeanstalkdA job queue backend for the Flowpack.JobQueue.Common package based on beanstalkd.
UsageInstall the package using composer:
composer require flowpack/jobqueue-beanstalkdIf not already installed, that will fetch its requirements, namely jobqueue-common and pda/pheanstalk. NOTE: This package needs a running beanstalkd server
Now the queue can be configured like this:
Flowpack: JobQueue: Common: queues: 'some-queue': className: 'Flowpack\JobQueue\Beanstalkd\Queue\BeanstalkdQueue' executeIsolated: true options: client: host: 127.0.0.11 p…Read more
The same vendor provides 52 package(s).