Git Product home page Git Product logo

Comments (4)

sonus21 avatar sonus21 commented on July 19, 2024 1

I was thinking about adopting the second option because if a problem occurs and maintenance is needed, this would not affect other functioning integrations.

This is 100% accurate and no one can deny this, but do we really need so many queues?

Two suggestion from my side

  • Consider a prioritization approach. Perhaps creating five sub-queues, each independently handling its workload, could be a viable solution.
  • Another strategy is to group low-throughput or similar sub integratrion messages into a single queue, simplifying the process of creating new queues.

It's crucial to assess the scale of your operations, including the volume of messages or events transmitted to each queue. Analyzing metrics such as averages, p95, and p99 can provide valuable insights.

Managing 575 queues might impose a significant burden on Redis, necessitating the addition of multiple Redis clusters to handle the resulting load.

It's important to recognize that there's no one-size-fits-all solution. Providing details such as message count, queries per second (QPS) at the queue or integration level, would aid in determining the optimal approach. Without a comprehensive evaluation of the options mentioned above, I would not recommend opting for 575 queues.

from rqueue.

joeldatabox avatar joeldatabox commented on July 19, 2024

I will try to study the integration process better and carry out some tests to define the best strategy.

Another question: I already have a redis instance configured in my springboot app, how can I specify another connection factory for Rqueue other than the one already used?

from rqueue.

sonus21 avatar sonus21 commented on July 19, 2024

That's good to know, please find the detail regarding new redis setup at https://sonus21.github.io/rqueue/configuration/redis-configuration/

from rqueue.

sonus21 avatar sonus21 commented on July 19, 2024

@joeldatabox I hope I've answered this question. Closing this for now. Please create or open a new ticket as you see.

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.