We are using delayed_job for background jobs and didn't see a built-in option to send email notifications when a job failed. Since we were already using exception_notification to email application exceptions, we thought it would be nice to integrate that.
↧