created a new job
This commit is contained in:
@@ -47,7 +47,7 @@ class ItemPricesUpdateCommand extends Command
|
||||
$task = new CommandHelper('ItemPriceUpdate');
|
||||
$task->SetStartStatus();
|
||||
|
||||
ItemPricesUpdateJob::dispatch();
|
||||
ItemPricesUpdateJob::dispatch()->onQueue('default');
|
||||
|
||||
$task->SetStopStatus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user