flowpack/jobqueue-beanstalkd

Letzte Aktivität 23 Jun 2018 6 6 22905
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.

1.0.0

Version
1.0.0
Type
typo3-flow-package
Release Date
Nov 05, 2012 10:55
Source
git
Distribution
zip
Requires
  • typo3/flow: *
0af6623a9e2897e7abe0f2200f0d2ec76c29f527

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 54 package(s).