queue:retry

Retry a failed queue job

Options

  • range - Range of job IDs (numeric) to be retried Optional

Arguments

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