Commands.app

php artisan queue:retry

Queue

Retry a failed queue job

Examples
Common usage examples

Retry all failed jobs

php artisan queue:retry all

Retry job with ID 5

php artisan queue:retry 5
Related Commands
You might also find these useful