adonis-bull-queue icon indicating copy to clipboard operation
adonis-bull-queue copied to clipboard

Add support for bull-board

Open denizelderenbos opened this issue 1 year ago • 5 comments

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

denizelderenbos avatar Jul 14 '24 19:07 denizelderenbos

Something I would also really like to have

joaosilva0345 avatar Aug 07 '24 18:08 joaosilva0345

https://github.com/felixmosh/bull-board/issues/797

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

@RomainLanz

joaosilva0345 avatar Aug 15 '24 20:08 joaosilva0345

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,
})

atharahmed avatar Oct 15 '24 18:10 atharahmed

would it be possible for you to expose a function to get all of the queues?

Sure, I have some plans to revamp the package a bit; I will take the opportunity to add that feature too!

RomainLanz avatar Oct 17 '24 07:10 RomainLanz

support bull-board intergration is a good idea.

18888628835 avatar Nov 01 '24 12:11 18888628835