Closed sakari closed 1 year ago
But is it that the Worker is still working on some job and that's why it takes so long time?
async () => {}
is the worker body. That should not take many moons to go through 😁
ah sorry didn't see the code 😂
I have been able to reproduce it and it seems to be present in BullMQ as well. Debugging it now...
The issue should be fixed now in Pro version v6.3.4.
with bullmq-pro-6.3.2 worker.close hangs (or at least takes a long time) when using rate limiting and not forcing
with worker.close(true) we do not hang but I would like to allow the currently processed job to finish.