諏訪子 ccfa0c90ae もっともっともっともっとPHP 8.2対応 | hace 1 año | |
---|---|---|
.. | ||
classes | hace 1 año | |
locale | hace 3 años | |
DBQueuePlugin.php | hace 1 año | |
README.md | hace 3 años |
DBQueuePlugin wraps the DBQueueManager class which is a queue manager that uses the database as it's backing storage.
This plugin is enabled by default and replaces other queue manager plugins, such as UnQueue.
addPlugin('DBQueue');
In config.php
addPlugin('DBQueue');