|
|
@@ -80,7 +80,7 @@ class Kernel extends ConsoleKernel
|
|
|
$schedule->command('create:weightStatistic')->dailyAt("00:30");
|
|
|
$schedule->command('sync:carrier')->hourlyAt(1);
|
|
|
$schedule->command('createProcurementTotalBill')->monthlyOn(1);
|
|
|
- $schedule->command('check:cacheRack')->everyMinute();
|
|
|
+ //$schedule->command('check:cacheRack')->everyMinute();
|
|
|
}
|
|
|
|
|
|
/**
|