Skip to content

Fix compatibility issues with sidekiq-cron 2.2.0#2591

Merged
st0012 merged 2 commits intomasterfrom
fix-compatibility-issue-with-sidekiq-cron
Mar 24, 2025
Merged

Fix compatibility issues with sidekiq-cron 2.2.0#2591
st0012 merged 2 commits intomasterfrom
fix-compatibility-issue-with-sidekiq-cron

Conversation

@st0012
Copy link
Copy Markdown
Contributor

@st0012 st0012 commented Mar 23, 2025

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

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
@st0012 st0012 changed the title Update to support Sidekiq::Cron 2.2 Fix compatibility issues with sidekiq-cron 2.2.0 Mar 23, 2025
@st0012 st0012 requested review from sl0thentr0py and solnic March 23, 2025 22:38
@st0012 st0012 merged commit a884cae into master Mar 24, 2025
134 checks passed
@st0012 st0012 deleted the fix-compatibility-issue-with-sidekiq-cron branch March 24, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants