Merge pull request #480 from betaxab/horizon-metrics

This commit is contained in:
tokumeikoi
2021-09-07 01:33:24 +09:00
committed by GitHub

2
app/Console/Kernel.php Executable file → Normal file
View File

@ -34,6 +34,8 @@ class Kernel extends ConsoleKernel
$schedule->command('reset:serverLog')->quarterly();
// send
$schedule->command('send:remindMail')->dailyAt('11:30');
// horizon metrics
$schedule->command('horizon:snapshot')->everyFiveMinutes();
}
/**