The Situation
I\'m using Laravel Queues to process large numbers of media files, an individual job is expected to take minutes (lets just say up to an h
failed_jobs
php artisan queue:failed-table php artisan migrate
Run queue worker php artisan queue:work --tries=2
php artisan queue:work --tries=2
Check the exception reason in your database table failed_jobs you've just created.