bull_exporter icon indicating copy to clipboard operation
bull_exporter copied to clipboard

queue discovery does not work for queues with colon in their name

Open m-ronchi opened this issue 3 years ago • 0 comments

if you have queues defined like this

const Bull = require("bull");
new Bull("foo:bar");

the queue discovery feature does not find them

m-ronchi avatar Dec 17 '20 09:12 m-ronchi