Felix Mosheev

Results 261 comments of Felix Mosheev

I'm closing this issue, feel free to reopen it if needed.

The problem is that the underlayer bullX packages are not supporting searching... poking around redis keys / values is not acceptable solution. I've opened a feature request on bullMQ, https://github.com/taskforcesh/bullmq/issues/2135

@sroettering you can filter out the jobs payload by providing a formatter... ```js const queueAdapter = new BullMQAdapter(queueMQ); queueAdapter.setFormatter('data', (data) => 'FILTER OUT LARGE OBJECTS'); queueAdapter.setFormatter('returnValue', (returnValue) => 'FILTER OUT...

It is possible, can you open a new feature request please?

This issue was stale for 90 days... What is the error that you get?

Can we debug it somehow? will you share you screen on Discord?

> @fr1sk Did you ever figure this out? I am having the same problem. What do you get?

Hi @ThomasKoscheck this bug totally slip my eyes, can you explain how can I reproduce it?

Thank you, I'll check if that is an issue of the lib or the board. To me it sounds like when ever we call to job.delete, it must handle all...