flowpack/jobqueue-beanstalkd

Last activity 23 Jun 2018 6 6 22758
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.

3.0.x-dev

Version
3.0.x-dev
Type
neos-package
Release Date
Feb 08, 2017 09:18
Source
git
Distribution
zip
Requires
  • flowpack/jobqueue-common: ~2.0
  • pda/pheanstalk: 3.0.*
MIT 378bee3dda3c8c74d36067848a53c4551d9c4d0a

Readme excerpt

Flowpack.JobQueue.Beanstalkd

A job queue backend for the Flowpack.JobQueue.Common package based on beanstalkd.

Usage

Install the package using composer:

composer require flowpack/jobqueue-beanstalkd

If 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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 52 package(s).