Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created January 3, 2025 18:59
Show Gist options
  • Select an option

  • Save wilmoore/270dacf4d5d0ac5d665e9237f2b56d5e to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/270dacf4d5d0ac5d665e9237f2b56d5e to your computer and use it in GitHub Desktop.
Software Engineering :: Programming :: Languages :: JavaScript :: Runtimes :: Node.js :: Job Queue :: BullMQ :: Documentation :: Concurrency

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.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment