You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
I want to report a bug.
What is the current behavior?
When I working with a long process task like transfer data from MySQL to Mongo Atlas.
I try so many time but finally I got this:
(node:74121) UnhandledPromiseRejectionWarning: MongoNetworkError: connection 2 to cluster0-shard-00-01-ug0nb.gcp.mongodb.net:27017 closed
at TLSSocket.<anonymous> (/Users/kayac/Projects/Work/Backend_Server/node_modules/mongodb-core/lib/connection/connection.js:352:9)
at Object.onceWrapper (events.js:288:20)
at TLSSocket.emit (events.js:200:13)
at net.js:586:12
at TCP.done (_tls_wrap.js:479:7)
I Worked with
Do you want to request a feature or report a bug?
I want to report a bug.
What is the current behavior?
When I working with a long process task like transfer data from MySQL to Mongo Atlas.
I try so many time but finally I got this:
And My config like this:
socketTimeoutMS
andconnectTimeoutMS
both doesn't help.But I remove the
And My task success.
Did mongoose timestamp auto close the TCP connection when process too long?
The text was updated successfully, but these errors were encountered: