当我从Eclipse将项目部署到App Engine时,完成“ Veryfing可用性”所花费的时间差异很大。有时只需要几秒钟,但大多数情况是这样的:
Verifying availability:
Will check again in 1 seconds.
Will check again in 2 seconds.
Will check again in 4 seconds.
Will check again in 8 seconds.
Will check again in 16 seconds.
Will check again in 32 seconds.
Will check again in 60 seconds.
Will check again in 60 seconds.
Will check again in 60 seconds.
Will check again in 1 seconds.
Will check again in 2 seconds.
Will check again in 4 seconds.
Will check again in 8 seconds.
Closing update: new version is ready to start serving.
在此过程中发生了什么,我有什么办法使它消失?当我只做一些小改动并且不得不等待年龄的测试时,这会有些令人沮丧。
最佳答案
这是我们无法控制的App Engine延迟。只需忍受它。在GAE流量警察试图让每个人的应用程序都进行部署,更新和准备的服务器上进行部署是一场竞赛。有时可能会令人沮丧,但这是交易的一部分。
关于google-app-engine - 部署到App Engine:验证可用性,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/24025162/