Git Product home page Git Product logo

Comments (6)

sonus21 avatar sonus21 commented on July 19, 2024

Hi Joel,
Do you want to use global key prefix for all key used by Rqueue or only some of the keys?
For it's internal data it uses a key prefix but queue names are used as it as,

from rqueue.

joeldatabox avatar joeldatabox commented on July 19, 2024

Hi @sonus21 . I've been analyzing your code I noticed that it has as prefix the following variables
`
private static final String DELAYED_QUEUE_PREFIX = "rqueue-delay ::";
   private static final String CHANNEL_PREFIX = "rqueue-channel ::";
   private static final String PROCESSING_PREFIX = "rqueue-processing ::";
   private static final String PROCESSING_CHANNEL_PREFIX = "rqueue-processing-channel ::";

`
It would be interesting if these prefixes could be customized via resource configuration

from rqueue.

sonus21 avatar sonus21 commented on July 19, 2024

@joeldatabox
Yes, that's coming in next release v2.0. Also in the version 2.0 queue name would be prefixed. Still there could be some other prefix apart from user configured, since data is stored in different list/zset(s).

from rqueue.

joeldatabox avatar joeldatabox commented on July 19, 2024

I look forward to the next versions. Thank you for your attention and congratulations on your work!

from rqueue.

sonus21 avatar sonus21 commented on July 19, 2024

@joeldatabox
Version 2.0.0 is released, and this feature is there. Let me know if you need any help in configuring that.

from rqueue.

joeldatabox avatar joeldatabox commented on July 19, 2024

Thank you very much @sonus21 !

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.