Resque Scheduler Versions Save

A light-weight job scheduling system built on top of Resque

v4.10.1

4 months ago

What's Changed

Full Changelog: https://github.com/resque/resque-scheduler/compare/v4.10.0...v4.10.1

v4.10.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/resque/resque-scheduler/compare/v4.9.0...v4.10.0

v4.9.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/resque/resque-scheduler/compare/v4.8.0...v4.9.0

v4.8.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/resque/resque-scheduler/compare/v4.7.0...v4.8.0

v4.7.0

1 year ago

What's Changed

Full Changelog: https://github.com/resque/resque-scheduler/compare/v4.6.0...v4.7.0

v4.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/resque/resque-scheduler/compare/v4.5.0...v4.6.0

v4.5.0

2 years ago

Added

  • Support Ruby 3
  • Add optional argument to remove_schedule to control reloading of the schedule

Fixed

  • Fix XSS vulnerability on the /delayed/search page
  • Ensure that jobs are directly created for jobs enqueued at Time.now
  • Fix queuing to custom job queues in enqueue_delayed_selection
  • Ensure before_enqueue and after_enqueue callbacks are called in all cases of queuing a job
  • Fix redis error when running resque-scheduler without Redis

Changed

  • Change CI from Travis to GitHub Actions
  • Only allow rufus-scheduler versions lower than 3.7
  • Update vagrant configuration

v4.4.0

5 years ago

Added

  • Support Resque 2
  • Support redis-rb 4
  • Support Ruby 2.5

Fixed

  • Redis timeouts no longer crash the scheduler process
  • Fix race condition when running multiple schedulers
  • Fix setting the poll_sleep_amount option
  • Escape class names in resque-web /delayed URLs

Changed

  • Addressed redis-namespace deprecation warnings
  • Ensure enqueue_in args are Numeric, catching a common issue passing ActiveSupport::Duration

v4.2.1

7 years ago

v2.5.4

10 years ago