-
I know that given a queue is it possible to obtain his jobs with the I tried to parse all keys in Redis to get all queues names and then create a new instance of each one but it looks like dirty code to me. |
Beta Was this translation helpful? Give feedback.
Answered by
manast
May 12, 2022
Replies: 1 comment 1 reply
-
There is currently not a queue registry in BullMQ, but if you use a regexp searching for the :id key (the one holding the id counter for every queue) you can get a list pretty quickly. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nullndr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is currently not a queue registry in BullMQ, but if you use a regexp searching for the :id key (the one holding the id counter for every queue) you can get a list pretty quickly.