GoogleCloudPlatform / GoogleCloudPlatform/esp-v2

503 error returned from Cloud Run running "gcr.io/endpoints-release/endpoints-runtime-serverless:2.23" as base image

Open
#476 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
307
Forks
185
Avg merge
14h 45m
Merged PRs (30d)
6

Description

This [issue](https://github.com/GoogleCloudPlatform/esp-v2/issues/430) has re-occurred in our prod environment.

Architecture is configured to connect cloud run and cloud functions using Cloud Endpoint using the following [documentation](https://cloud.google.com/endpoints/docs/openapi/get-started-cloud-functions).

ESPv2 image is running on Cloud run. Base image used by cloud run is ` gcr.io/endpoints-release/endpoints-runtime-serverless:2.23` which gets build using the following [script](https://github.com/GoogleCloudPlatform/esp-v2/blob/40caa16ea9b4231ab9272bce2c9dfcec95dee3e5/docker/serverless/gcloud_build_image)

Cloud run is running with following configuration:

CPU allocated: 2
Memory allocated: 2048
Concurrency: 80
Request timeout: 800 seconds
Auto-scaling: Min instances: 5
Auto-scaling: Max instances: 1,000

Frequency: We have received few errors yesterday and more few weeks ago (when base image used was `gcr.io/endpoints-release/endpoints-runtime-serverless:2.22`)

No significant logging can be seen on cloud trace as well. Attaching screenshot
![image](https://user-images.githubusercontent.com/45816852/106855968-c7c33300-66e3-11eb-88b2-6830d27f8653.png)

Logs from the Cloud Run running ESPv2
![image](https://user-images.githubusercontent.com/45816852/106856076-fb05c200-66e3-11eb-8fc5-ae706a727dc2.png)

It will be really helpful if you can provide with some information/explanation of this issue resurfacing.
Thankyou!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.