-
Notifications
You must be signed in to change notification settings - Fork 595
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
Auth error:Error: read ECONNRESET #1718
Comments
Is there a way you can provide some code that reproduces this consistently? |
Sorry, its internal code. However, I'm happy to share screens and demo you live, if that'll help. |
No problem. If possible, removing anything sensitive from your code and reducing it to the simplest possible scenario that reproduces the error will help me debug more quickly. But if that's not possible, I'll need to know what types of API calls are being made and how frequently, so I can try to throw some code together that reproduces. |
I'll try to create a sample code to replicate this. |
@sahas- I'm going to close, but please let me know if you can stand up some quick sample code that reproduces this. Generally speaking, there are a couple ways to handle similar scenarios that might relate;
require('@google-cloud/pubsub')({ maxRetries: 5 }) The default value of 3 might not be enough to handle errors that could be caused by making a large amount of simultaneous requests. Hopefully that is useful. If not, re-opening and figuring this specific issue out is only a failing test case away! |
We are getting the same errors using the This is how we are initializing the datastore connection:
|
Greetings @weatherbell! If you're running into issues with Datastore, would you mind opening a new issue here? |
I'm using 0.42.0 and upon (consistent) high volume pub/sub, I keep getting this error from both app engine and local.
In the below snapshot, this happens at the peak
The text was updated successfully, but these errors were encountered: