class QueueRunner extends BaseRunner implements TaskRunnerEngine (View source)

Runs all jobs in a queue loop in one process

Methods

getService()

Returns an instance of the QueuedJobService.

listJobs()

Logs the number of current jobs per queue

runQueue(string $queue)

No description

Details

QueuedJobService getService()

Returns an instance of the QueuedJobService.

Return Value

QueuedJobService

listJobs()

Logs the number of current jobs per queue

runQueue(string $queue)

Parameters

string $queue