Felix Mosheev

Results 345 comments of Felix Mosheev

Hi, you can set `dataFormatter` to show only the data that you need to show on the board. ```js queueAdapter.setFormatter('data', (data) => redact(data)); ```

Make a pr with server adapter for it... I'll review it

How can I get the bullmq-pro? what is this groups feature?

Yeah, it seems that "groups" were implemented by adding the group name into the name of the queue. I'm not sure how (if at all) bull-board supports bullmq-pro lib, I've...

closes #713 Since there is the base for this (Add new job modal), it probably pretty easy to implement (if the underline lib bull / bullmq supports that). I'll be...

Hi, how do you pass the connection? Since this lib is not handling the connection (you pass a configured BullMQ / Bull queue objects), I doubt that it is related...

I guess that it should be located in dashboard page (not inside a specific queue page.)

Hi @Diluka You can add a "data" formatter on your setup, just to show the board, than remove the job ```js queueAdapter.setFormatter('data', (data) => redact(data)); ```

Hi @kravetsone Thank you for your contribution, is this PR ready for review?

Hi, thanks, I'll review it ASAP