Skip to content

Commit 7208be3

Browse files
committed
schedule queue:prune-failed command
1 parent a184652 commit 7208be3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ protected function schedule(Schedule $schedule): void
1616

1717
$schedule->command('horizon:snapshot')->everyFiveMinutes();
1818
$schedule->command('queue:prune-batches')->daily();
19+
$schedule->command('queue:prune-failed')->daily();
1920
}
2021

2122
/**

0 commit comments

Comments
 (0)