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

前端 未结 4 2080

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:41

    Worked for me, in vendor/laravel/framework/src/Illuminate/Notifications/SendQueuedNotifications.php Just remove "use Illuminate\Queue\SerializesModels;" Line 6 & modify Line 11 to "use Queueable;"

提交回复
热议问题