rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
539 stars 59 forks source link

Handle empty backtrace from Solid Queue failed execution #149

Closed rosa closed 1 month ago

rosa commented 1 month ago

This happens if we have to mark a job as failed because the worker processing it died. There won't be a proper backtrace in the exception in that case.

Related: https://github.com/rails/solid_queue/pull/277