|
@@ -41,7 +41,7 @@ class Kernel extends ConsoleKernel
|
|
{
|
|
{
|
|
$path = storage_path('logs/' . date('Y-m-d') . '-schedule.log');
|
|
$path = storage_path('logs/' . date('Y-m-d') . '-schedule.log');
|
|
$schedule->command('post:calc_weight')
|
|
$schedule->command('post:calc_weight')
|
|
- ->everyFifteenMinutes()->withoutOverlapping()->appendOutputTo($path);
|
|
|
|
|
|
+ ->everyFiveMinutes()->withoutOverlapping()->appendOutputTo($path);
|
|
$schedule->command('excellent:residents')
|
|
$schedule->command('excellent:residents')
|
|
->dailyAt('00:05')
|
|
->dailyAt('00:05')
|
|
->withoutOverlapping()->appendOutputTo($path);
|
|
->withoutOverlapping()->appendOutputTo($path);
|