Artisan.page

vapor:queue-failed

List all of the failed queue jobs

Terminal
php artisan vapor:queue-failed [--limit [LIMIT]] [--page [PAGE]] [--id [ID]] [--queue [QUEUE]] [--query [QUERY]] [--start [START]]

Options

idOptional

The job ID filter by

limitOptional

The number of failed jobs to return

pageOptional

The page of failed jobs to return

queryOptional

The search query to filter by

queueOptional

The queue to filter by

startOptional

The start timestamp to filter by