We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 jobs have been broken in testing since sidekiq/sidekiq@07a2781.
The payload_hash stays in Redis across multiple runs within the same timeout.
payload_hash
I'm not sure if there's anything that can be done about this
https://github.com/form26/sidekiq-unique-jobs/blob/master/lib/sidekiq-unique-jobs/middleware/client/unique_jobs.rb#L22
The text was updated successfully, but these errors were encountered:
I jhave same issue on testing. So I flush the MockRedis to be sure the payload is not here anymore
After a clear of you job do : SidekiqUniqueJobs.redis_mock.flushdb
SidekiqUniqueJobs.redis_mock.flushdb
Sorry, something went wrong.
b77f6a5
No branches or pull requests
Unique jobs have been broken in testing since sidekiq/sidekiq@07a2781.
The
payload_hash
stays in Redis across multiple runs within the same timeout.I'm not sure if there's anything that can be done about this
https://github.com/form26/sidekiq-unique-jobs/blob/master/lib/sidekiq-unique-jobs/middleware/client/unique_jobs.rb#L22
The text was updated successfully, but these errors were encountered: