Skip to content

Show backtraces in WebUI #1123

Answered by bensheldon
amo13 asked this question in Q&A
Oct 21, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I'm sorta ambivalent to storing/displaying/feature-ing backtraces. If someone made the PR, I imagine I'd accept it, but it's low on my own priority list to build into GoodJob.

My reasoning is:

  • Capturing error classes is part of Active Job, and core to how Active Job handles and configures retries. That's why they exist in GoodJob.
  • Backtraces feel more like generalized debugging, and I believe that anyone who is debugging backtraces for jobs also needs to debug backtraces for web requests and rake tasks, etc. So seems like using Sentry/Bugsnag/etc. generally would be better.
  • When I do think about what it would require to support backtraces, it gets.... complicated. Which is why I sort of …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@amo13
Comment options

Answer selected by amo13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants