How can I learn more about why my Laravel Queued Job failed?

前端 未结 4 2078

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

4条回答
  •  野性不改
    2021-02-06 00:51

    as @cdarken pointed out, the exception can be found in your database table failed_jobs column name exception. Thanks @cdarken I wish his answer would be an answer and not a comment.

提交回复
热议问题