-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
unique_args_enabled has been deprecated, nothing in readme #70
Comments
Ah! It is currently delegating to config. I'll get the readme updated if it is missing. |
+1 |
3 similar comments
👍 |
+1 |
👍 |
In the meantime, here's how to make this warning go away: # was SidekiqUniqueJobs::Config.unique_args_enabled = true
SidekiqUniqueJobs.config.unique_args_enabled = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting an error that says
unique_args_enabled has been deprecated. See readme for information
, but i don't see anything in the readme that mentions it. Is this a bug?The text was updated successfully, but these errors were encountered: