#Underlying Failed Job Error?
4 messages · Page 1 of 1 (latest)
the failures are usually recorded in the failed_jobs table, though you can configure it to something else
It stores the details of the job itself here, but it doesn't store the exception as to why it failed
interesting, do you capture somewhere all exceptions?