DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

https://travis-ci.org/r3h6/TYPO3.EXT.jobqueue_beanstalkd.svg?branch=master

Documentation

Job queues for TYPO3 CMS. Implements concrete queue for the beanstalkd workqueue. Requires the exension jobqueue to be installed.

This extension is a backport of the flow package Flowpack/jobqueue-beanstalkd.

Installation

This extension requires the jobqueue extension.

If you are using composer you can also require the package "pda/pheanstalk": "^3.0". If not, the provided pheanstalk phar archive will be used instead, perhaps this is not the most recent version of the library.

Configuration

In order to use this queue you should set the defaultQueue to R3H6\JobqueueBeanstalkd\Queue\BeanstalkdQueue in the jobqueue extension settings.

Tip

Check extension configuration options.

Contributing

Bug reports and pull request are welcome through GitHub.

Changelog

1.1.0 Compatibility with TYPO3 8.7, Add composer file 1.0.0 First release