php artisan queue:retry
QueueRetry a failed queue job
Examples
Common usage examples
Retry all failed jobs
php artisan queue:retry allRetry job with ID 5
php artisan queue:retry 5Related Commands
You might also find these useful
Retry a failed queue job
Retry all failed jobs
php artisan queue:retry allRetry job with ID 5
php artisan queue:retry 5