I'm currently using Github's resque, a Redis backed Ruby library for creating and running asynchronous and scheduled jobs. As we're running business critical jobs with the resque scheduler plugin, I really want to know via email if a job fails. In this post I want to share my solution for making resque send emails on … Continue reading Resque: Email Notifications On Failed Jobs