mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +08:00
Merge pull request #480 from betaxab/horizon-metrics
This commit is contained in:
commit
243aed3f55
2
app/Console/Kernel.php
Executable file → Normal file
2
app/Console/Kernel.php
Executable file → Normal file
@ -34,6 +34,8 @@ class Kernel extends ConsoleKernel
|
|||||||
$schedule->command('reset:serverLog')->quarterly();
|
$schedule->command('reset:serverLog')->quarterly();
|
||||||
// send
|
// send
|
||||||
$schedule->command('send:remindMail')->dailyAt('11:30');
|
$schedule->command('send:remindMail')->dailyAt('11:30');
|
||||||
|
// horizon metrics
|
||||||
|
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user