Sidekiq Scheduler Versions Save

Lightweight job scheduler extension for Sidekiq

v3.1.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/moove-it/sidekiq-scheduler/compare/v3.1.0...v3.1.1

Note: v3.1.1 brings back Redis deprecation warning which will be fixed only in v4 (see https://github.com/moove-it/sidekiq-scheduler/issues/345#issuecomment-881971975 for more context)

v3.1.0

3 years ago

Features

General fixes

v3.0.1

4 years ago
  • Add support for Ruby 2.7.0
  • Stop scheduling jobs after receiving :quiet event
  • Add translations in japanese
  • Sort jobs by name on the web UI

v3.0.0

5 years ago
  • Internal refactor
  • Remove class methods, have instance methods instead.
  • Provide SidekiqScheduler::Scheduler instead of accessing class methods

v2.2.2

6 years ago
  • Add pt-BR translation
  • Add Polish translation
  • Wait for rufus-scheduler threads to stop

v2.2.1

6 years ago
  • Fix missing require in lib/sidekiq-scheduler.rb