-
Notifications
You must be signed in to change notification settings - Fork 49
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
Make work with Sidekiq 5 #11
Comments
I think you mean sidekiq 5.x, Rails 5 and sidekiq 4.x work fine 😄 |
btw, if anyone is reading this and needs to use |
@rromanchuk Indeed that is what I meant, fixed. Thanks. |
If anyone fancies taking a stab at this please do, it should not be too tricky, I just don't have time right now. |
I have started work on this in branch Please report back any success/failures. This change will also allow full control over how we interact with Sidekiq, allowing, for example, the queue to be specified, in a future PR. |
fixed in master |
We need to stop using sidekiq's
#delay
method as this no longer works in Sidekiq 5, see: https://github.com/mperham/sidekiq/wiki/Delayed-extensionsRelated to #7
The text was updated successfully, but these errors were encountered: