Venatum / bull-board-docker

Docker image for bull-board
https://hub.docker.com/r/venatum/bull-board
MIT License
2 stars 2 forks source link

fix(bull): missing queue name with colon since no limitation in bull #148

Closed lordofriver closed 2 months ago

lordofriver commented 2 months ago

Wonder are there keys with more than 2 ':' assuming no ':' used in queue name. Maybe should search keys with something like ${config.BULL_PREFIX}:*:id

Venatum commented 2 months ago

Hello,

Thanks for your contribution, I confirm that there is no limitation: https://github.com/taskforcesh/bullmq/blob/master/src/classes/queue-keys.ts#L34-L40 I'll release the fix as soon as possible

Venatum commented 1 month ago

:wave: I rollback your pull request. On a big redis, it creates large peaks in connections, from 100 to 28,000. https://github.com/Venatum/bull-board-docker/releases/tag/v1.4.2