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 for compatibility with sidekiq >= 6.1.0 #39

Closed

Commits on Oct 7, 2020

  1. A refactoring in the internal Fetch API was introduced in Sidekiq 6.1…

    ….0 that is not backwards compatible.
    
    As part of this refactoring the object in the :fetch option is expected
    to be an instance of Sidekiq::BasicFetch or an object that responds to
    the same methods.
    
    This change allows using the gem with newer versions while keeping
    compatibility with old ones. See sidekiq/sidekiq#4602 for more details.
    anero committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    391f00c View commit details
    Browse the repository at this point in the history