【发布时间】:2017-08-28 16:11:04
【问题描述】:
使用新的 GAE Split Health Checks,我的所有 GAE 请求现在都返回 502 错误。即使从我的应用中删除拆分健康检查并重新部署后,我仍然只能获得 502。
已采取的步骤,关闭运行状况检查:
gcloud beta app update --split-health-checks
gcloud SDK:v168.0.0
错误信息:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>502 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>
【问题讨论】:
标签: google-app-engine gcloud health-monitoring gcp