The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
8.x
queue:prune-failed
🖥
queue:prune-failed
Prune stale entries from the failed jobs table
Options
hours
- The number of hours to retain failed jobs data
Optional
php artisan queue:prune-failed [--hours [HOURS]]
Click to copy