Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility issue for sidekiq v6.1.0+ #115

Merged
merged 1 commit into from Mar 21, 2021
Merged

Fix compatibility issue for sidekiq v6.1.0+ #115

merged 1 commit into from Mar 21, 2021

Conversation

nepalez
Copy link
Contributor

@nepalez nepalez commented Mar 21, 2021

Hi @brainopia !

Since v6.1.0 Sidekiq::BasicFetcher doesn't support class-level method bulk_requeue.
See sidekiq/sidekiq#4602 for details.
For backwards compatibility we should support both interfaces depending on class method presence.

Since v6.1.0 Sidekiq::BasicFetcher doesn't support class-level method
bulk_requeue. See sidekiq/sidekiq#4602 for details.

For backwards compatibility we should support both interfaces
depending on class method presence.
@brainopia brainopia merged commit bf9cee3 into deanpcmad:master Mar 21, 2021
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.

None yet

2 participants