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
Originally posted by AllanOliveiraM November 12, 2024
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 createTask method 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.
The text was updated successfully, but these errors were encountered:
Discussed in #5799
Originally posted by AllanOliveiraM November 12, 2024
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
createTask
method 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.
The text was updated successfully, but these errors were encountered: