Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Limit number of concurrent tasks in async.auto #635

Closed
vergenzt opened this issue Sep 30, 2014 · 4 comments · Fixed by #637
Closed

Limit number of concurrent tasks in async.auto #635

vergenzt opened this issue Sep 30, 2014 · 4 comments · Fixed by #637
Labels
Milestone

Comments

@vergenzt
Copy link
Contributor

I'm using async.auto to spawn some subprocesses for tasks in a dependency tree. Right now it just runs as many tasks as it can run at a time, but I'd like to add an option to limit the total amount of tasks running at a given time, in the same way that async.queue currently works.

@vergenzt
Copy link
Contributor Author

Working on a PR for this.

@cryptoquick
Copy link

I needed this functionality for this utility I'm making:
https://github.com/cryptoquick/qonsumer
It works very well so far, so I give it my thumbs up! 👍

@vergenzt
Copy link
Contributor Author

Thanks for the support! 😃

@cryptoquick
Copy link

👍

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants