Artisan.page

queue:retry

Retry a failed queue job

Terminal
php artisan queue:retry [--queue [QUEUE]] [--range [RANGE]] [--] [<id>...]

Options

queueOptional

Retry all of the failed jobs for the specified queue

rangeOptional

Range of job IDs (numeric) to be retried (e.g. 1-5)

Arguments

idOptional

The ID of the failed job or "all" to retry all jobs