Queues $queue = kqQueue('queuename'); $job = kqJob([ 'foo' => 'foo', 'bar' => 'bar' ]); $queue->addJob($job); Bart Vandeputte Queue Enable workers in Kirby that can do tasks in the background at scheduled intervals (cron) by working through queues of jobs Related topics Devtools