Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.02 KB

README.rst

File metadata and controls

37 lines (22 loc) · 1.02 KB

.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -- coding: utf-8 -- with BOM.

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

Documentation

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

Configuration

This extension requires the jobqueue extension.

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

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