App Engine: deploy error

烂漫一生 提交于 2020-01-24 13:48:12

问题


I was trying to deploy my service on app engine, It's my 6th service (including the default service). And I got this error after significant amount of time:

Error Response: [4] Timed out waiting for the app infrastructure to become healthy.

I deleted all my services from the app engine. And tried again and i got that error again, but this time i was deploying my services in a different order, so the 6th service was different. But the error occurred on 6th service deploy again.

I searched the logs and found this suspicious record:

write_gcm: wg_transmit_unique_segment failed.

Also from the logs I understood that the service was run, but after some time the system shut it down.

In this condition i can't deploy any services, i get this error. What am i doing wrong?

来源:https://stackoverflow.com/questions/48193677/app-engine-deploy-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!