Cannot deploy on App Engine with app engine SDK

主宰稳场 提交于 2020-05-29 06:03:06

问题


I'm using appcfg.py to update my app as usual, and I'm getting an error message. I've tried appcfg.py rollback, and I've waited ten minutes between attempts but I still get the same error message. What should I do?

cannot operate on apps/devnpfieldapp2/services/default/versions/1 because an operation is already in progress for 9866bb4e-75de-4a2a-a9f6-891ad7fe724e by 5a972249-5b35-45e0-abd1-ac3554ec425b.


回答1:


I recommend to upgrade your Cloud SDK to the latest version by running “gcloud components update” command and retry the upload. If the issue persists, you can report it to the Issue Tracker and provide us with the output of the command you are using to deploy your app with “--noisy” flag so that we would be able to dig into the issue.

It is also recommended to use gcloud command Line equivalents to deploy apps since it is easier to debug.




回答2:


I had the same issue on CI but solved it by running the deploy command locally first, and then running it again on CI.



来源:https://stackoverflow.com/questions/52046883/cannot-deploy-on-app-engine-with-app-engine-sdk

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