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 noticed that I had a memory OOM error in redis. So I investigated what was causing it and I found that the "uniquejobs" key was extremely large. (like 98% of our redis)
So...
Is this a bug?
Have I misunderstood how this works? Have I broken anything by removing the hash?
Do I need some kind of cleaner because right now it doesn't seem to cleanup by itself?
The text was updated successfully, but these errors were encountered:
@lephyrius it seems to be related to #200 , and indirectly to #206 , so it should be fixed in the next release (as this fix is yet to be released, I've resigned myself to using the master branch version for now - gem 'sidekiq-unique-jobs', github: 'mhenrixon/sidekiq-unique-jobs')
I noticed that I had a memory OOM error in redis. So I investigated what was causing it and I found that the "uniquejobs" key was extremely large. (like 98% of our redis)
So...
Is this a bug?
Have I misunderstood how this works? Have I broken anything by removing the hash?
Do I need some kind of cleaner because right now it doesn't seem to cleanup by itself?
The text was updated successfully, but these errors were encountered: