Company logo
  • Jobs
  • Bootcamp
  • About Us
  • For professionals
    • Home
    • Jobs
    • Courses
    • Questions
    • Teachers
    • Bootcamp
  • For business
    • Home
    • Our process
    • Plans
    • Assessments
    • Payroll
    • Blog
    • Calculator

0

62
Views
Is there a concurrency limitation in async/queue js library?

I'm using a async/queue function (https://caolan.github.io/async/v3/docs.html#queue) and i'm wonder is there a limit on concurrency parameter?

7 months ago · Juan Pablo Isaza
1 answers
Answer question

0

The function returns a QueueObject, which - according to the documentation - has no limit specified:

Concurrency: an integer for determining how many worker functions should be run in parallel. This property can be changed after a queue is created to alter the concurrency on-the-fly.

Also on the documentation, AsyncFunctions have no limit on concurrency:

An optional integer for determining the maximum number of tasks that can be run in parallel. By default, as many as possible.

7 months ago · Juan Pablo Isaza Report
Answer question
Find remote jobs