Stuff
This commit is contained in:
parent
e2ac53e627
commit
5cf01e160d
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue