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=