stop order:gmupdate
This commit is contained in:
@@ -36,9 +36,9 @@ class Kernel extends ConsoleKernel
|
|||||||
$schedule->command('backup:run')->daily()->at('07:00')->before(function () {
|
$schedule->command('backup:run')->daily()->at('07:00')->before(function () {
|
||||||
Log::info('Running backup:run command');
|
Log::info('Running backup:run command');
|
||||||
});
|
});
|
||||||
$schedule->command('order:gmupdate')->everyTenMinutes()->before(function () {
|
//$schedule->command('order:gmupdate')->everyTenMinutes()->before(function () {
|
||||||
Log::info('Running order:gmupdate command');
|
// Log::info('Running order:gmupdate command');
|
||||||
});
|
//});
|
||||||
$schedule->command('product:gmupdate')->daily()->at('02:00')->before(function () {
|
$schedule->command('product:gmupdate')->daily()->at('02:00')->before(function () {
|
||||||
Log::info('Running product:gmupdate command');
|
Log::info('Running product:gmupdate command');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user