gnu-social/plugins/DBQueue
Alexei Sorokin ee7f0a2016 [DATABASE] Re-introduce PostgreSQL support 2019-09-11 14:14:40 +03:00
..
classes [DATABASE] Re-introduce PostgreSQL support 2019-09-11 14:14:40 +03:00
DBQueuePlugin.php [PLUGINS] Added DBQueue plugin 2019-09-05 01:38:59 +02:00
README [PLUGINS] Added DBQueue plugin 2019-09-05 01:38:59 +02:00

README

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

Installation
============

This plugin is replaces other queue manager plugins, such as UnQueue,
which enabled by default and which should, but is not required to be
disabled.

addPlugin('DBQueue');

Example
=======

In config.php

addPlugin('DBQueue');