resque-scheduler v3.0.0 Release Notes

Release Date: 2014-05-27 // almost 10 years ago
  • ➕ Added

    • Vagrant setup
    • 👌 Support for last execution information through the web
    • CodeClimate integration
    • Resque.delayed? and Resque.next_delayed_schedule
    • 👍 Allow scheduled jobs to be deleted via resque web

    🔄 Changed

    • ⏱ The grand re-namespacing of resque_scheduler/(.*) => resque/scheduler/\1
    • 🔨 "Refactoring"
    • Cleanup of a ton of rubocop offenses
    • 📚 Documentation updates
    • 🚦 Handling signals while "sleeping" by relying on Thread#wakeup
    • ✅ Testing against same rubies as resque (+ 2.1.1)
    • Renamed Resque.set_last_run to Resque.last_enqueued_at

    🛠 Fixed

    • Duplicated layout for search_form partial template.
    • 👷 Issue where Web UI was ONLY showing jobs that only run in the current environment