Closed jonathan-chin closed 2 months ago
hi @jonathan-chin, we don't maintain bull-board but we don't have a method to retrieves all available queues, but what I can see is that you need to register all queues when starting that ui from it's readme. Btw this is bull package that is our legacy package, no more new features will be added. Instead of using bull you might want to use bullmq that has all the last new features and It's actively maintained.
I apologize if this is an uninformed question; I'm new to BullMQ and message queues in general.
I'm running Bull Board through docker; when it spins up, it grabs all the queues that are already in redis and can track jobs that go in and out.
however, while it is running, if I create a new queue, it doesn't show up in Bull Board. refreshing the page doesn't update the list either. it's only if I stop my docker containers and restart them do I get the new updated list.
should I be able to see new queues as they are added?
here's my docker yaml file: