I am working on an application that instruments unhandled ActiveJob errors. 
We added some code to our base class to do this, and I would love to 
contribute our solution back to Rails.

I understand that there is currently a way to work around this by 
subscribing to "(perform|enqueue).active_job" then checking the event 
payload for an exception. Adding something like 
 "unhandled_error.active_job" would be an awesome feature for Rails because 
it should be a quick win and enable a nice way to expose metrics on 
unhandled errors in background jobs.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at https://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to