run task manager tasks at lowest priority
This commit is contained in:
parent
f80e481263
commit
dbec99498d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class RunTasks extends Command
|
|||
|
||||
foreach ($tasks as &$task) {
|
||||
$bar->advance();
|
||||
$this->dispatch((new SendScheduledTask(Models\Server::findOrFail($task->server), $task))->onQueue('low'));
|
||||
$this->dispatch((new SendScheduledTask(Models\Server::findOrFail($task->server), $task))->onQueue(env('QUEUE_LOW', 'low')));
|
||||
}
|
||||
|
||||
$bar->finish();
|
||||
|
|
Loading…
Reference in a new issue