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