Git Product home page Git Product logo

Comments (4)

sonus21 avatar sonus21 commented on July 19, 2024

Can you check your Redis configuration? As error says, it's unable to get Jedis connection, it seems to be some config issue. You can add a debugger to see why it's unable to get a connection from the pool

from rqueue.

Harsha-changejar avatar Harsha-changejar commented on July 19, 2024

Hello, i have checked my jedis connection, the problem i have found is that, it works by default when we dont add any connection factory, howevr on adding any conenction factory like jedis in Config file, it shows this error.

Also, i wanted to check where is it that i can specific exponential retry and backoff time for a specific queue that is annotated with @RQlistener?

from rqueue.

sonus21 avatar sonus21 commented on July 19, 2024

Hi Harsha
Can you please share the JedisConectionFactory initialisation step or sample code? I've a test that adds LettuceConnectionFactory, and that works fine.

Backoff is global as of now, you can't configure backoff per queue. In factory you just need to set backoff.

See example here

public SimpleRqueueListenerContainerFactory simpleRqueueListenerContainerFactory() {

from rqueue.

sonus21 avatar sonus21 commented on July 19, 2024

Hi @Harsha-changejar
This does not seem to be a bug in the code, closing this for now, please open if you see any such issue.

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.