Hello,
I am seeing a strange issue when I am attempting to deploy to App Engine. My deployments have been working for months now with no issues but in the last few days I am getting a strange error. I have redacted some information. My deployment command is pretty standard: `*gcloud --quiet app deploy app.yaml dispatch.yaml --project=XXX*` And all looks good until the very end *Stopping version [XXXX].Sent request to stop version [XXX]. This operation may take some time to complete. If you would like to verify that it succeeded, run: $ gcloud app versions describe -s XXX until it shows that the version has stopped.Deployed service [XXX] to [XXX]Updating config [dispatch]....failed.ERROR: (gcloud.app.deploy) Apps instance [XXX] is the subject of a conflict: Cannot operate on XXX because an operation is already in progress for XXXX by 4143835e-704c-470a-965d-94087c37ab39. * The GUID in the error message changes every time and it looks to be referring to the current deployment. If I run ‘gcloud app operations list’ and look for the GUID then I can see it in the list and it has a status of complete. It almost as if updating the dispatch config is failing due to the current deployment being in progress but this hasn't been an issue before. This is all done through our CI system which hasn’t changed. We use the ‘google/cloud-sdk:alpine’ Docker image to preform the deployment. At a bit of a loss if I am being honest. Any advice or a point in the right direction would be great. Thanks, Stephen -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/845af186-e52c-4668-8510-24da8f3986b0n%40googlegroups.com.
