Relative Content

Tag Archive for nestjsgrpcgcloudgoogle-cloud-run

Nestjs gRPC RESOURCE_EXHAUSTED from GCP

I have a NestJS GraphQL project deployed on Google Cloud Run. In addition to the GraphQL functionality, I call a gRPC microservice directly (outside of GraphQL), and it works perfectly on my local machine. However, when I deploy the project to Cloud Run and try the same operation, I encounter an error . The issue persists even though the JSON payload I am sending is very small. Any insights on what might be causing this?