无法使用App Engine SDK在App Engine上部署

无法使用App Engine SDK在App Engine上部署

问题描述:

我正在使用appcfg.py像往常一样更新我的应用程序,并且收到一条错误消息.我已经尝试过appcfg.py回滚,并且两次尝试之间已经等待了十分钟,但仍然收到相同的错误消息.我该怎么办?

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?

无法对apps/devnpfieldapp2/services/default/versions/1进行操作,因为5a972249-5b35-45e0-abd1-ac3554ec425b的9866bb4e-75de-4a2a-a9f6-891ad7fe724e操作已经在进行中.

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.

我建议将您的Cloud SDK升级到最新版本,方法是运行"gcloud components update"命令,然后重试上传.如果问题仍然存在,您可以将其报告给问题跟踪器,并向我们提供您用于通过,这样我们就可以深入研究问题了.

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.

还建议使用 gcloud命令行等效项可以部署应用程序,因为它更易于调试.

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