.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. _start: .. image:: https://travis-ci.org/r3h6/TYPO3.EXT.jobqueue_database.svg?branch=master :target: https://travis-ci.org/r3h6/TYPO3.EXT.jobqueue_database ============= 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