bull-board: waiting-children count wrong

After updating from v5.8.4 to v5.9.1 I got new tab on dashboard waiting-children.

Tab itself it’s not a problem but in header count of waiting-children returns 5(or whatever is number of tasks at that moment), and completed jobs counter is 0. However when I click to waiting-children I get empty page but if I click on completed tab, I get all 5 completed jobs.

I guess something is wrong with API that returns Job count.

About this issue

  • Original URL
  • State: closed
  • Created 7 months ago
  • Reactions: 2
  • Comments: 15 (11 by maintainers)

Most upvoted comments

I’ve same issue using NestJS, and fixed when I changed from BullMQAdapater to BullAdapter

@diegocfreire & me debugged the setup, and found out that he used bullMQ adapter with a system based on bull. @milenkovic can you check that in your setup?