Bart Vandeputte

Queue

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

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

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