vapor:queue-failed

List all of the failed queue jobs

Options

  • id - The job ID filter by Optional
  • limit - The number of failed jobs to return Optional
  • page=1 - The page of failed jobs to return Optional
  • query - The search query to filter by Optional
  • queue - The queue to filter by Optional
  • start - The start timestamp to filter by Optional
php artisan vapor:queue-failed [--limit [LIMIT]] [--page [PAGE]] [--id [ID]] [--queue [QUEUE]] [--query [QUERY]] [--start [START]]