Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 8
    This was by far the best library I've seen for limiting simultaneous requests. And great example, thanks! Commented Apr 17, 2019 at 16:32
  • 4
    Thanks for doing the comparison. Have you compared against github.com/rxaviers/async-pool? Commented May 31, 2019 at 9:41
  • 2
    besides this one has about 20M weekly downloads on npm per week vs about 200-100k for other libs mentioned in other answers. Commented Jan 2, 2021 at 15:21
  • 1
    @RobHinchliff you cannot use await in a function that is not async. Commented Mar 9, 2023 at 13:27
  • 5
    @AndyRay sir this answer is 5 years old and p-limit has 10x more use. What maturity are you worried about Commented Nov 20, 2023 at 3:22