diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 5425c5b..f584bb9 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -16,6 +16,7 @@ protected function schedule(Schedule $schedule): void $schedule->command('horizon:snapshot')->everyFiveMinutes(); $schedule->command('queue:prune-batches')->daily(); + $schedule->command('queue:prune-failed')->daily(); } /**