All Versions
52
Latest Version
Avg Release Cycle
163 days
Latest Release
623 days ago

Changelog History
Page 5

  • v1.9.2 Changes

    June 16, 2010

    ๐Ÿ›  Fixed

    • Issue with redis gem 2.0.1 and redis server 1.2.6 (dbackeus)
  • v1.9.1 Changes

    June 04, 2010

    ๐Ÿ›  Fixed

    • Issue with redis server 1.2.6 and redis gem 2.0.1
  • v1.9.0 Changes

    June 04, 2010

    โž• Added

    • ๐Ÿ‘ Redis 2.0 support (bpo)
  • v1.8.2 Changes

    June 04, 2010

    โž• Added

    • Queue now functionality to delayed timestamps (daviddoan)
  • v1.8.1 Changes

    May 19, 2010

    โž• Added

    • โฑ rails_env for scheduled jobs to support scoping jobs by RAILS_ENV (gravis).
    • โž• Adding gemspec for bundler support.

    ๐Ÿ›  Fixed

    • ๐Ÿ’Ž Ruby 1.8.6 compatibility issue.
  • v1.8.0 Changes

    April 14, 2010

    โž• Added

    • โœ… Tests for resque-web (gravis)

    ๐Ÿ”„ Changed

    • Moving version to match corresponding resque version
    • โฑ Sorting schedule on Scheduler tab
  • v1.0.5 Changes

    March 01, 2010

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support for overriding queue from schedule config.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ท The queue is now stored with the job and arguments in the delayed queue so there is no longer a need for the scheduler to load job classes to introspect the queue.

    โœ‚ Removed

    • ๐Ÿ‘ท resque-web dependency on loading the job classes for "Queue Now", provided "queue" is specified in the schedule.
  • v1.0.4 Changes

    February 26, 2010

    โž• Added

    • ๐Ÿ‘Œ Support for specifying the queue to put the job onto. This allows for you to have one job that can go onto multiple queues and be able to schedule jobs without having to load the job classes.
  • v1.0.3 Changes

    February 11, 2010

    โž• Added

    • ๐Ÿ‘Œ Support for scheduled jobs with empty crons. This is helpful to have jobs that you don't want on a schedule, but do want to be able to queue by clicking a button.
  • v1.0.2 Changes

    February 10, 2010

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ท Delayed Job tab to display job details if only 1 job exists for a given timestamp