Infeasible
Status Update
Comments
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com> #2
Hello
Thank you for reaching out to us!
This issue seems to be outside of the scope of Issue Tracker. This Issue Tracker is a forum for end users to report bugs and request features on Google Cloud products. Please go through
I recommend you to
I'm going to close this thread which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new Issue Tracker describing your issue.
Thank you
Description
Problem you have encountered:
When we set our app.yaml to the following for health checks:
We get a whopping total of 183 health checks on /ping over the span of 60 seconds.
What you expected to happen:
Expected readiness_checks every second until app is ready, then only liveness checks every 60s afterwards.
Steps to reproduce:
Match the yaml listed above.
Other information (workarounds you have tried, documentation consulted, etc):
We increased the readiness_check
check_interval_sec
to 30 and it lowered the amount of health checks so it's definitely tied to the amount. readiness_check should behave like it does in Cloud Run and stop executing once the app is ready to receive requests.