We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a184652 commit 7208be3Copy full SHA for 7208be3
app/Console/Kernel.php
@@ -16,6 +16,7 @@ protected function schedule(Schedule $schedule): void
16
17
$schedule->command('horizon:snapshot')->everyFiveMinutes();
18
$schedule->command('queue:prune-batches')->daily();
19
+ $schedule->command('queue:prune-failed')->daily();
20
}
21
22
/**
0 commit comments