Open Diluka opened 3 years ago
if a new queue added after bull-board start up, it will never shows until bull-board restart
the queue registrations only execute once on start up https://github.com/Deadly0/bull-board-docker/blob/d3434d205a409969ada4fb8ec72877084ae8eb3e/src/index.js#L25-L38
@Deadly0 if bull-board start before api server, if may not add new queues.
@Diluka I'll implement it, but feel free to open a PR if you need it asap.
@Deadly0 any chance we can get this added?
if a new queue added after bull-board start up, it will never shows until bull-board restart
the queue registrations only execute once on start up https://github.com/Deadly0/bull-board-docker/blob/d3434d205a409969ada4fb8ec72877084ae8eb3e/src/index.js#L25-L38