we updated our google app engine health checks from the legacy version to the new version using and now our deployments are failing. Nothing else on the project has changed. We
For those of you who want to migrate to the default settings for splitted health checks, follow these steps:
1) Remove health_check
, liveness_check
and readiness_check
sections from your app.yaml file
2) Deploy to a newer version, This is important. So, for example, if your current version is production
, change it to something else like prod
in the command gcloud app deploy --version [new-version-name]