Bart Vandeputte Bart Vandeputte

Queue

Enable workers in Kirby that can do tasks in the background at scheduled intervals (cron) by working through queues of jobs

Manual

Download and extract the folder to site/plugins/queue

Composer

Git Submodule

$queue = kqQueue('queuename');
$job   = kqJob([
    'foo' => 'foo',
    'bar' => 'bar'
]);

$queue->addJob($job);
Version
1.0.4
License
MIT
Stars
32
Supports
K4 K3
Implements
More