All Versions
72
Latest Version
Avg Release Cycle
120 days
Latest Release
-

Changelog History
Page 6

  • v1.8.4 Changes

    May 18, 2010
    • Try to resolve redis-namespace dependency issue
  • v1.8.3 Changes

    May 17, 2010
    • Depend on redis-rb ~> 1.0.7
  • v1.8.2 Changes

    May 03, 2010
    • ๐Ÿ›  Bugfix: Include "tasks/" dir in RubyGem
  • v1.8.1 Changes

    April 29, 2010
    • ๐Ÿ›  Bugfix: Multiple failure backend did not support requeue-ing failed jobs
    • ๐Ÿ›  Bugfix: Fix /failed when error has no backtrace
    • ๐Ÿ›  Bugfix: Add Redis::DistRedis as a valid client
  • v1.8.0 Changes

    April 07, 2010
    • ๐Ÿ‘ท 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=
  • v1.7.1 Changes

    April 02, 2010
    • ๐Ÿ›  Bugfix: Make job hook execution order consistent
    • ๐Ÿ›  Bugfix: stdout buffering in child process
  • v1.7.0 Changes

    March 31, 2010
    • ๐Ÿ‘€ Job hooks API. See docs/HOOKS.md.
    • ๐ŸŒ web: Hovering over dates shows a timestamp
    • ๐Ÿ‘ท web: AJAXify retry action for failed jobs
    • ๐Ÿ›  web bugfix: Fix pagination bug
  • v1.6.1 Changes

    March 25, 2010
    • ๐Ÿ›  Bugfix: Workers may not be clearing their state correctly on shutdown
    • โž• Added example monit config.
    • ๐Ÿ‘ป Exception class is now recorded when an error is raised in a worker.
    • โœ… web: Unit tests
    • ๐ŸŒ web: Show namespace in header and footer
    • ๐Ÿšš web: Remove a queue
    • ๐Ÿ‘ท web: Retry failed jobs
  • v1.6.0 Changes

    March 09, 2010
    • Added before_first_fork, before_fork, and after_fork hooks.
    • Hoptoad: Added server_environment config setting
    • ๐Ÿ›  Hoptoad bugfix: Don't depend on RAILS_ROOT
    • ๐Ÿ›  1.8.6 compat fixes
  • v1.5.2 Changes

    March 03, 2010
    • ๐Ÿ›  Bugfix: JSON check was crazy.