rails / mission_control-jobs

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

Handle empty backtrace from Solid Queue failed execution #149

Closed rosa closed 3 months ago

rosa commented 3 months 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