resque-scheduler v2.4.0 Release Notes

Release Date: 2014-01-14 // over 10 years ago
  • โž• Added

    • Including optional env and app names in procline
    • โฑ A standalone resque-scheduler executable
    • ๐Ÿ‘Œ Support for persistence of dynamic schedules
    • ๐Ÿ’… .configure convenience method for block-style configuration
    • .remove_delayed_selection method to remove based on result of a block
    • ๐Ÿ‘Œ Support for viewing all schedules for a job in web UI

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Bumping the copyright year
    • Corrected doc for syntax of class and every keys
    • ๐Ÿ”’ Use resque redis namespace in the master lock key
    • ๐Ÿ“š Various test improvements, :bug: fixes, and documentation updates!

    โœ‚ Removed

    • POSSIBLE BREAKING CHANGE: Dropping support for ree

    ๐Ÿ›  Fixed

    • An explosion regarding every in the views
    • ๐Ÿ’Ž Unsafe shutdown in Ruby 2