Git Product home page Git Product logo

Comments (5)

sonus21 avatar sonus21 commented on August 19, 2024

@Morfild Thanks for reporting the issue.
Can you please share the exact key name that has so many bytes? This looks you've called deleteAllMessages manually either via script or from dashboard. Actually this list would be cleaned up asynchronously, but something could have missed like restart of the machine.

Also,

4882841800 bytes = 4.8GB of data, did you really had so much data in a queue? Can you also check if any of the containers had failed with Out of Memory (OOM) error?

from rqueue.

Morfild avatar Morfild commented on August 19, 2024

@sonus21 Thank you for such a quick answer.
I only have that "ZCOUNT prerenderprecache${rqueue.del.prefix:del::8e7ff448-6f84-4c94-8391-afec3a19415d::prerenderprecachequeue::{prerender-precache}_medium3 -inf +inf
(integer) 6983370".
We had a bug in the system that created a large queue and I had to delete all the messages using deleteAllMessages.
Now they are stuck in redis.

from rqueue.

sonus21 avatar sonus21 commented on August 19, 2024

You can delete this ZSET to freeup the memory. But still there would be some left over space used by message keys, they have TTL so they would go away within 14 days or so.

from rqueue.

Morfild avatar Morfild commented on August 19, 2024

Yes, we deleted this ZSET. Thank you for the information

from rqueue.

sonus21 avatar sonus21 commented on August 19, 2024

@Morfild did you observe any OOM error? As these entries are supposed to be cleanup automatically.

from rqueue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.