Circle CI fails at deployment

generated changelog
events.js:163
  throw er; // Unhandled 'error' event
  ^

Error: read ECONNRESET
at exports._errnoException (util.js:1050:11)
at TLSWrap.onread (net.js:582:26)

I get this error while deploying in Google cloud, its not a very common occurrence and can be solved by re-running the build. Please tell why I’m getting this error, I’m using Nodejs 7.10.1 version.

1 Like

It looks like you’re able to establish the connection. Do you have any more information on how long the connection is lasting when it fails compared to when it succeeds? This could be related to timeouts on Google clouds end. Also, how often are these failures occurring? What Google cloud service are you using here?