Skip to content

Commit

Permalink
schedule queue:prune-failed command
Browse files Browse the repository at this point in the history
  • Loading branch information
lao9s committed Nov 1, 2024
1 parent 3adcfc1 commit c49bc04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

/**
Expand Down

0 comments on commit c49bc04

Please sign in to comment.