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
commit 243aed3f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
}
/**