queue:retry

Retry a failed queue job

Options

  • queue - Retry all of the failed jobs for the specified queue Optional
  • range - Range of job IDs (numeric) to be retried (e.g. 1-5) Optional

Arguments

  • id - The ID of the failed job or "all" to retry all jobs Optional
php artisan queue:retry [--queue [QUEUE]] [--range [RANGE]] [--] [<id>...]