Google Cloud Tasks with Google App Engine: 14 UNAVAILABLE: read ECONNRESET #5799
Unanswered
AllanOliveiraM
asked this question in
Q&A
Replies: 1 comment
-
|
I'm having the same problem. Have you found a solution or why it happens since then? |
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 everyone, how's it going?
I need some help with the Cloud Tasks client library. I have an application running on App Engine, and I use Cloud Tasks to queue the processing of some critical application data.
I'm using the
createTaskmethod to do this, and everything works normally most of the time. The problem is that occasionally, a task cannot be created, and I encounter a "14 UNAVAILABLE: read ECONNRESET" error in the logs.I believe the issue is not with the API itself, but with my client library configuration.
I found this issue in the grpc-node GitHub repository, but I'm still having trouble configuring the client correctly.
If anyone could help me understand what I’m doing wrong, I’d be very grateful :)
I don’t think the error is here, but I’ll include it as context.
Beta Was this translation helpful? Give feedback.
All reactions