諏訪子 ccfa0c90ae もっともっともっともっとPHP 8.2対応 1 rok temu
..
classes 6e1ce5fe60 PHP 8.2対応 1 rok temu
locale 6e031d623a [VersionBump] 2.0.0beta0 3 lat temu
DBQueuePlugin.php ccfa0c90ae もっともっともっともっとPHP 8.2対応 1 rok temu
README.md 91869c78ac [CORE] Better queues defaults 3 lat temu

README.md

DBQueuePlugin wraps the DBQueueManager class which is a queue manager that uses the database as it's backing storage.

Installation

This plugin is enabled by default and replaces other queue manager plugins, such as UnQueue.

addPlugin('DBQueue');

Example

In config.php

addPlugin('DBQueue');