You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect it to be because of sidekiq version. I am still debugging it but does anyone have any idea?
Is latest version of sidekiq-unique-jobs compatible with latest version of sidekiq?
The text was updated successfully, but these errors were encountered:
I was passing more than 1 arguments to self.unique_args. I changed it to pass one single argument to make it run. Following is the snapshot of the changes:
Recently, I upgraded sidekiq gem in my app. Hence, I upgraded subsequent dependent gems as well including
sidekiq-unique-jobs
.Following is the snapshot of sidekiq related gems in Gemfile.lock:
When I ran specs that tests one of the unique jobs, it failed giving error:
I suspect it to be because of sidekiq version. I am still debugging it but does anyone have any idea?
Is latest version of
sidekiq-unique-jobs
compatible with latest version ofsidekiq
?The text was updated successfully, but these errors were encountered: