too many concurrency async calls using promise.all kills nodejs #4696
Unanswered
weidezhang
asked this question in
Q&A
Replies: 0 comments 2 replies
-
Hard to say. Can you post a complete example? Your code snippet isn't syntactically valid. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What is the exit code you are seeing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi I'm new to node but a test code I write kind of confuse me with the nodejs behavior and eventually node killed without any specific reason. My code is like the following:
when the files is an array of about 100 elements, otherfiles is an array of about 10 elements. it seems node starts executing at the begining but it never completes. And eventually it killed itself. Any idea why it is the case and how shall i make it work ? Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions