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

Add support for unique when using Sidekiq's delay function #11

Merged
merged 1 commit into from Mar 9, 2013
Merged

Add support for unique when using Sidekiq's delay function #11

merged 1 commit into from Mar 9, 2013

Conversation

eduardosasso
Copy link
Contributor

When queueing something calling class.delay(unique: true) Sidekiq doesn't pass the unique param as part of the sidekiq_options hash. Testing the raw params fixes the problem.

@mhenrixon
Copy link
Owner

Getting to these pull requests today

mhenrixon added a commit that referenced this pull request Mar 9, 2013
Add support for unique when using Sidekiq's delay function
@mhenrixon mhenrixon merged commit cfa4e8c into mhenrixon:master Mar 9, 2013
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