stop order:gmupdate

This commit is contained in:
paoloar77
2024-09-27 18:16:37 +02:00
parent eea736eaf2
commit e159ecc527

View File

@@ -36,9 +36,9 @@ class Kernel extends ConsoleKernel
$schedule->command('backup:run')->daily()->at('07:00')->before(function () {
Log::info('Running backup:run command');
});
$schedule->command('order:gmupdate')->everyTenMinutes()->before(function () {
Log::info('Running order:gmupdate command');
});
//$schedule->command('order:gmupdate')->everyTenMinutes()->before(function () {
// Log::info('Running order:gmupdate command');
//});
$schedule->command('product:gmupdate')->daily()->at('02:00')->before(function () {
Log::info('Running product:gmupdate command');
});