Skip to content
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

Closed
derN3rd opened this issue Sep 28, 2021 · 2 comments · Fixed by #333
Closed

[Feature Request] Support for Queues with same name #331

derN3rd opened this issue Sep 28, 2021 · 2 comments · Fixed by #333

Comments

@derN3rd
Copy link

derN3rd commented Sep 28, 2021

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.

@derN3rd derN3rd changed the title Support for Queues with same name [Feature Request] Support for Queues with same name Sep 28, 2021
@felixmosh
Copy link
Owner

An interesting idea, I will explore a possible solution for it.

felixmosh added a commit that referenced this issue Sep 28, 2021
felixmosh added a commit that referenced this issue Sep 28, 2021
@felixmosh
Copy link
Owner

felixmosh commented Sep 28, 2021

Released at v3.6.0

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants