Replies: 1 comment 1 reply
-
The answer will be the same as I wrote for your question in the Bull repo: OptimalBits/bull#2753 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In case I am using redis for many things, the jobs keys makes things very polluted, requiring additional software/logic to read redis.
In bee-queue, for example, only a few keys are used, even if I enqueue thousand things, with one of them containing all the jobs to be picked up. Laravel queue also does it that way, using one hash only to store all the jobs.
But bullmq will use one key for each job I push, is it possible to configure it to "group" the jobs in one key/hash?
Beta Was this translation helpful? Give feedback.
All reactions