We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e09652 + e811de4 commit e688147Copy full SHA for e688147
app/Console/Kernel.php
@@ -28,6 +28,8 @@ protected function schedule(Schedule $schedule)
28
$schedule->command('mailcoach:cleanup-processed-feedback')->hourly();
29
$schedule->command('mailcoach:send-email-list-summary-mail')->mondays()->at('9:00');
30
$schedule->command('mailcoach:delete-old-unconfirmed-subscribers')->daily();
31
+
32
+ $schedule->command('horizon:snapshot')->everyFiveMinutes();
33
}
34
35
/**
0 commit comments