command('post:calc_weight') ->everyFifteenMinutes()->withoutOverlapping()->appendOutputTo($path); $schedule->command('excellent:residents') ->dailyAt('00:05') ->withoutOverlapping()->appendOutputTo($path); $schedule->command('ranking:list') ->dailyAt('00:05') ->withoutOverlapping()->appendOutputTo($path); } }