Skip to content

Commit e688147

Browse files
authored
Merge pull request #62 from ImJustToNy/patch-1
feat: Added horizon metrics
2 parents 2e09652 + e811de4 commit e688147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Console/Kernel.php

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ protected function schedule(Schedule $schedule)
2828
$schedule->command('mailcoach:cleanup-processed-feedback')->hourly();
2929
$schedule->command('mailcoach:send-email-list-summary-mail')->mondays()->at('9:00');
3030
$schedule->command('mailcoach:delete-old-unconfirmed-subscribers')->daily();
31+
32+
$schedule->command('horizon:snapshot')->everyFiveMinutes();
3133
}
3234

3335
/**

0 commit comments

Comments
 (0)