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.

0.1.x-dev

Version
0.1.x-dev
Type
typo3-flow-package
Release Date
Jun 06, 2016 09:02
Source
git
Distribution
zip
Requires
  • flowpack/jobqueue-common: *
  • pda/pheanstalk: 3.0.*
535dde7df17bb6bca259c780c8143b47e0bd8f56

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