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
it'is triggered when a post is created',sidekiq: :inlinedoexpect_any_instance_of(RecalculatePostRecommendationsJob).toreceive(:perform).with(47)create:post,id: 47end
The spec will pass if i remove the unique option.
Also, in a console I'm not able to add the jobs to an empty queue
After upgrading to sidekiq 4 it appears that adding the unique option breaks job scheduling completely for me.
My spec:
The spec will pass if i remove the unique option.
Also, in a console I'm not able to add the jobs to an empty queue
If i remove the unique option everything works as it used to.
Sidekiq 4.1.0, sidekiq-unique-jobs 4.0.13
The text was updated successfully, but these errors were encountered: