Giter VIP home page Giter VIP logo

Comments (3)

weyoss avatar weyoss commented on August 18, 2024 1

@Abhiram-DLVSS

To clarify, the error is not being thrown by the library. While debugging, I discovered that this error is preventing other consumers from working.

Then it is totally fine. That is the way the message queue is designed to work. Consumer background jobs are allowed to run from only one consumer instance at a time. When the consumer instance goes down, one of the other instances takes control and background jobs are launched from that instance.

from redis-smq.

weyoss avatar weyoss commented on August 18, 2024

@Abhiram-DLVSS Thank you for opening this issue.

Application namespace, which can be set using a configuration object, does not apply to redis-smq global keys. Scheduled messages from different namespaces are stored in a unique queue for scheduled messages.

If you are running many consumers at the same time, only one consumer at a time would be able to dispatch messages from scheduled messages queue (using background workers) and in such case the error you have shown is not expected. Could you please provide the steps to reproduce it?

from redis-smq.

Abhiram-DLVSS avatar Abhiram-DLVSS commented on August 18, 2024

Thank you for your response. It clears things up.

Regarding the error that I have highlighted, I got it when I printed the error before
https://github.com/weyoss/redis-smq-common/blob/75871d785b2d5fd957daa97b89c16df27e88fbd6/src/worker/worker-runner/worker-runner.ts#L46

To clarify, the error is not being thrown by the library. While debugging, I discovered that this error is preventing other consumers from working. Therefore, I have included it here to provide a clearer explanation of my situation.

from redis-smq.

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.