Add queue worker setting so those aren't run in cron if there's a worker
This commit is contained in:
@@ -16,6 +16,11 @@ return [
|
||||
|
||||
'default' => env('QUEUE_DRIVER', 'sync'),
|
||||
|
||||
/**
|
||||
* If you're using the queue worker, then disable running queued tasks via cron
|
||||
*/
|
||||
'worker' => env('QUEUE_WORKER', false),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Queue Connections
|
||||
|
||||
Reference in New Issue
Block a user