We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80e481 commit dbec994Copy full SHA for dbec994
1 file changed
app/Console/Commands/RunTasks.php
@@ -74,7 +74,7 @@ public function handle()
74
75
foreach ($tasks as &$task) {
76
$bar->advance();
77
- $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')));
78
}
79
80
$bar->finish();
0 commit comments