Skip to content

How to pass all queue names to createBullBoard method on startup and make the board pick all queues created by BullMQ? #869

Answered by felixmosh
sidd-kulk asked this question in Q&A
Discussion options

You must be logged in to vote

Bull-board doesn't support that, actually it doesn't access Redis at all.
You can fetch all queue names from ever you want (Redis / DB) and add them dynamically to the Board.

createBullBoard method returns you an object with setQueues, replaceQueues, addQueue, removeQueue related to the queues.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@sidd-kulk
Comment options

@felixmosh
Comment options

@sidd-kulk
Comment options

@felixmosh
Comment options

@sidd-kulk
Comment options

Answer selected by sidd-kulk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants