Resque-status is an extension to the resque queue system that provides simple trackable jobs.
Resque-status provides a set of simple classes that extend resque's default functionality (with 0% monkey patching) to give apps a way to track specific job instances and their status. It achieves this by giving job instances UUID's and allowing the job instances to report their status from within their iterations.
- Github: https://github.com/quirkey/resque-status
- Home page: https://rubygems.org/gems/resque-status