Software Engineering :: Programming :: Languages :: JavaScript :: Runtimes :: Node.js :: Job Queue :: BullMQ :: Documentation :: Concurrency
⪼ Made with 💜 by Polyglot.
There are basically two ways to achieve concurrency with BullMQ using Worker instances. You can run a worker with a concurrency factor larger than 1 (which is the default value), or you can run several workers in different node processes.