You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compatibility issues with sidekiq-cron2.2.0 (#2591)
* Update to support Sidekiq::Cron 2.2
Since Sidekiq::Cron 2.2.0, `Sidekiq::Cron::Support.constantize` is removed
and `Sidekiq::Cron::Support.safe_constantize` is added.
We need to check the method is available before calling it.
Related PR: sidekiq-cron/sidekiq-cron#541
* Update changelog
0 commit comments