Error:
The request failed because either the HTTP response was malformed or connection to the instance had an error. Additional troubleshooting documentation can be found at: https://cloud.google.com/run/docs/troubleshooting#malformed-response-or-connection-error
Our services are connected internally with Cloud Pub/Sub topics with push subscriptions enabled. So whenever the messages are published to a topic from one service, push endpoint ( which you configured in Terraform) is called by Google API team to send the messages to your services so by this time few push endpoint calls are failing due to HTTP 503 error message.
Hi @msivalin,
Welcome to Google Cloud Community!
You're getting an HTTP 503 error with Cloud Run, indicating issues with your service's response or connection. This could be due to:
Since your service uses Cloud Pub/Sub, these failing push endpoint calls might be the result.
To troubleshoot:
Refer to Google's Cloud Run troubleshooting documentation for detailed guidance.