This commit is contained in:
Kekskurse 2021-01-20 00:11:25 +01:00
parent e873cdf191
commit 535fd238e3

View file

@ -34,6 +34,7 @@ class Kernel extends ConsoleKernel
$schedule->command('calculate:space')->hourlyAt(10)->withoutOverlapping();
//$schedule->command('calculate:traffic')->hourlyAt(10)->withoutOverlapping();
$schedule->command('calculate:traffic')->everyFiveMinutes()->withoutOverlapping();
$schedule->command('exit:read')->everyMinute()->withoutOverlapping();
}
/**