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.

2.0.0

Version
2.0.0
Type
typo3-flow-package
Release Date
Jul 21, 2016 16:32
Source
git
Distribution
zip
Requires
  • flowpack/jobqueue-common: ^1.0
  • pda/pheanstalk: 3.0.*
MIT 25e4cc53ca8d74425c3335b0c31c0fafe72f2a4e

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).