Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

concurrency will not start new promises once all in chunk are finished #3

Open
der-On opened this issue Apr 3, 2017 · 0 comments
Open

Comments

@der-On
Copy link
Owner

der-On commented Apr 3, 2017

When using the concurrency parameter the current behaviour is as follows:

  • setting concurrency to 3
  • 3 promises start
  • once one finishes no additional promise gets started
  • it waits until all three promises end and then starts another 3

Expected behaviour:

  • setting concurrency to 3
  • 3 promises start
  • once one finishes an additional promise gets started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant