views:

27

answers:

0

What is the best way to get alerts of some kind (email, HTTP callback, etc) about failed jobs in DelayedJob?

I'm running in Heroku, so keeping the workers alive (god, monit, etc) is taken care of.

NewRelic's error tracking functionality apparently doesn't register fatal errors in Delayed::PerformableMethod, but I do get performance metrics about stuff that doesn't fail.