Using Delayed Jobs on Heroku. How would I (easily) monitor the results of this worker? Should I simply activate a Mailer that sends me an email (might get burdensome as it runs each minute).
A:
Check out my friend Eric's Delayed::Job Admin. If you turn off deleting failed jobs, you can use this admin page to look at your failed jobs, examine what went wrong, as well as seeing pending jobs that haven't yet run.
Luke Francl
2009-10-19 03:54:52
Looks like that link is broken and should be updated to point here: http://github.com/eac/delayed_job_admin
Luke Bayes
2009-11-21 19:34:53
And here's the example they provided - which is also pretty compelling: http://eric.datacratic.com/projects/delayed_job_admin/examples/index.html
Luke Bayes
2009-11-21 19:35:28
Weird. The link is right, but the slashes are getting escaped. Stack Overflow markdown bug?
Luke Francl
2009-11-22 04:09:25