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

Sudden: ECONNRESET errors in iisnode (net.js) #684

Open
DjovDev opened this issue Dec 28, 2020 · 0 comments
Open

Sudden: ECONNRESET errors in iisnode (net.js) #684

DjovDev opened this issue Dec 28, 2020 · 0 comments

Comments

@DjovDev
Copy link

DjovDev commented Dec 28, 2020

Hello,

Several weeks ago my iisnode app started crashing and throwing the following errors:

Error: read ECONNRESET at _errnoException (util.js:992:11) at TCP.onread (net.js:618:25)

This is an ongoing work in progress, several node modules have been added in those weeks.

The interesting thing is, net.js or sockets are never used in my project, yet the app is telling me that it's encountered an error in net.js on line 618. Has anybody faced similar issues? How can I counter or catch this?

More info: this happens on a daily basis. No fixed timeframe. The thing my application does prior to crashing is running a schedule task every minute and fetching something from MongoDB (Mongoose)

Is it possible that library is causing this behavior?

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