This commit is contained in:
Kekskurse 2021-01-18 00:44:32 +01:00
parent e2ac53e627
commit 5cf01e160d
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
//$schedule->command('calculate:space')->hourlyAt(10)->withoutOverlapping();
$schedule->command('calculate:space')->hourlyAt(10)->withoutOverlapping();
//$schedule->command('calculate:traffic')->hourlyAt(10)->withoutOverlapping();
//$schedule->command('calculate:traffic')->everyFiveMinutes();
$schedule->command('calculate:traffic')->everyFiveMinutes()->withoutOverlapping();
}
/**