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

function to change rawAsap.capacity value must be added #53

Open
zamuka opened this issue Feb 17, 2015 · 3 comments
Open

function to change rawAsap.capacity value must be added #53

zamuka opened this issue Feb 17, 2015 · 3 comments

Comments

@zamuka
Copy link

zamuka commented Feb 17, 2015

When I handle thousands of promises at the same time I'm getting an error from asap module :
asap\asap.js:40
this.task.call();
^
TypeError: Cannot read property 'call' of null

If i increase the "capacity" value in rawAsap module - errors are gone.
So having a Function for changing asap capacity will be useful.

@kriskowal
Copy link
Owner

The capacity should be adaptive. Thank you for reporting. If you have a chance to write a test that reproduces the problem, I’d be grateful.

@Macil
Copy link
Contributor

Macil commented Aug 21, 2015

This is a duplicate of #55 which was fixed.

@rkatic rkatic closed this as completed Aug 22, 2015
@rkatic rkatic reopened this Aug 22, 2015
@rkatic
Copy link
Collaborator

rkatic commented Aug 22, 2015

As @agentme already noted, this seems duplicate of #55.

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

4 participants