Diogo Cordeiro 11a7182594 [ActivityPub] Implement Failed Queue | 4 سال پیش | |
---|---|---|
.. | ||
classes | 4 سال پیش | |
locale | 4 سال پیش | |
DBQueuePlugin.php | 5 سال پیش | |
README.md | 5 سال پیش |
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');