Skip to content
Advertisement

Tag: queue

async.queue drain function won’t fire

I had an async.queue implementation on my node js app but the queue.drain function recently stopped firing at all. I suspected the issue was related to await statements I have inside task functions but I also am able to reproduce the issue using the sample on async docs This will output the following on my console but not the drain

Advertisement