Felix Mosheev
Felix Mosheev
This because all elements are SVG, (even the text), this means that `margin-*` won't affect it... You second method is the way to go :]
It do work for me... Weird, there is a limit of the underline lib(bull / bullmq) of 1000 at a time... Does your failed queue counter decrease by 1000?
hi @smoothdvd, can you make a small repo that recreates your issue? I've tried the empty function locally, it works as expected. Can you check the queue name, maybe there...
Just added this scenario :] > @felixmosh Sorry, it's my fault. Using BullAdapter on bullMQ queue.
> @felixmosh I tried even with less than 100 jobs something migh be wrong with queue system. > > Have created queue like this export const queue1 = new Queue(QueueName.Queue1,...
@CyrilCartoux can you make a small reproduction repo?
Thank you @CyrilCartoux, I've managed to reproduce your issue. The problem is that you are using a `BullAdapter` instead of `BullMQAdapter`, with `bullMQ` lib. Maybe it is time for me...
Are you using bull or bullmq?
Are you using the correct queue adapter?