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'm on sidekiq-unique-jobs 3.0.15 (which interestingly, doesn't seem to be tagged in github). And I just ran into an issue where jobs were not being de-duplicated when enqueued from sidekiq workers. Looks like this is because the client middleware is not enabled when configuring the server middleware.
Still a problem? I wouldn't mind releasing a fixed version for this but the code pre-4.x is a mess and painful to work with so if you provide the fix I'll get it released. I'll close this for now while waiting for a pull request. Sounds fair?
I'm on sidekiq-unique-jobs 3.0.15 (which interestingly, doesn't seem to be tagged in github). And I just ran into an issue where jobs were not being de-duplicated when enqueued from sidekiq workers. Looks like this is because the client middleware is not enabled when configuring the server middleware.
See
f4404ed#diff-3deeecb0f47a5e1af766a8ee39271b2eL8.
I can open a PR with a fix if you like. I'm working around this by manually configuring it, but it'd be great to get a 3.0.16 with this fix.
The text was updated successfully, but these errors were encountered: