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

Add support for bull-board #51

Open
denizelderenbos opened this issue Jul 14, 2024 · 3 comments
Open

Add support for bull-board #51

denizelderenbos opened this issue Jul 14, 2024 · 3 comments

Comments

@denizelderenbos
Copy link

Would be awesome if your package would have built-in support for @bull-board

@joaosilva0345
Copy link

Something I would also really like to have

@joaosilva0345
Copy link

felixmosh/bull-board#797

Could you take a look? Maybe you can help with something.
I’m not sure how I can create this adapter.

@RomainLanz

@atharahmed
Copy link

I have created a PR to add support for bull-board in Adonis v6 bull-board/pull/838 but I don't see any method in this package to pull all of the queues that are registered, would it be possible for you to expose a function to get all of the queues?

Passing queues by name works though:

import queue from '@rlanz/bull-queue/services/main'

createBullBoard({
  queues: [new BullMQAdapter(queue.get('default'))],
  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

No branches or pull requests

3 participants