-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support for Queues with same name #331
Comments
derN3rd
changed the title
Support for Queues with same name
[Feature Request] Support for Queues with same name
Sep 28, 2021
An interesting idea, I will explore a possible solution for it. |
felixmosh
added a commit
that referenced
this issue
Sep 28, 2021
…but on different envs (prod, stage) closes #331
Released at createBullBoard({
queues: [
new BullMQAdapter(exampleBullMq, { prefix: 'prod-' }),
new BullMQAdapter(exampleBullMq, { prefix: 'stage-' }),
],
serverAdapter,
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there,
Currently there is no support for queues with the same name and if you add two queues with the same name it will just use the latest of it.
I have the case where I have a production, staging and testing environment but can't add all queues of it to bull-board.
Other bull UIs have solved this by allowing a prefix or folder where the queues can be added.
The text was updated successfully, but these errors were encountered: