Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot deploy on App Engine with app engine SDK

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.

like image 250
rnirnber Avatar asked Aug 27 '18 20:08

rnirnber


People also ask

Which command is used to deploy application on App Engine?

Deploy your application to App Engine using the gcloud app deploy command. The deployment command automatically builds a container image by using the Cloud Build service and then deploys that image to the App Engine flexible environment.


1 Answers

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.

like image 102
Katayoon Avatar answered Oct 23 '22 09:10

Katayoon