Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0 4 vuotta sitten
..
classes 6747b18b75 [PLUGINS] Added UnQueue, a new default plugin which does all actions immediately 5 vuotta sitten
locale a9c365a5eb [VersionBump] 2.0.0alpha0 4 vuotta sitten
README.md 60446dfc20 [CORE] Better queues defaults 4 vuotta sitten
UnQueuePlugin.php 60446dfc20 [CORE] Better queues defaults 4 vuotta sitten

README.md

UnQueuePlugin wraps the UnQueueManager class which is a queue manager that does all the work immediately.

INSTALL

In config.php

addPlugin('UnQueue');

Be sure to disable other queues plugins.