diff --git a/app/Console/Commands/Eve/ItemPricesUpdateCommand.php b/app/Console/Commands/Eve/ItemPricesUpdateCommand.php index c3972a146..53c858717 100644 --- a/app/Console/Commands/Eve/ItemPricesUpdateCommand.php +++ b/app/Console/Commands/Eve/ItemPricesUpdateCommand.php @@ -47,7 +47,7 @@ class ItemPricesUpdateCommand extends Command $task = new CommandHelper('ItemPriceUpdate'); $task->SetStartStatus(); - ItemPricesUpdateJob::dispatch(); + ItemPricesUpdateJob::dispatch()->onQueue('default'); $task->SetStopStatus(); }