Resque v1.8.0 Release Notes

Release Date: 2010-04-07 // about 14 years ago
    • 👷 Jobs that never complete due to killed worker are now failed.
    • 👷 Worker "working" state is now maintained by the parent, not the child.
    • 🗄 Stopped using deprecated redis.rb methods
    • 👷 Worker.working race condition fixed
    • 🗄 Worker#process has been deprecated.
    • 🛠 Monit example fixed
    • Redis::Client and Redis::Namespace can be passed to Resque.redis=