Hello,

This issue could be occurring due to a preoccupied running operation. If 
this is the case, to avoid this error, you may need to add to your build 
steps a ‘waitFor’ 1 
<https://cloud.google.com/cloud-build/docs/build-config#build_steps>, 2 
<https://cloud.google.com/cloud-build/docs/configuring-builds/configure-build-step-order>
. 

If this doesn’t help, I would suggest you to contact Google Cloud Platform 
Support <https://cloud.google.com/support> so they can investigate further.

On Tuesday, April 20, 2021 at 11:35:40 AM UTC-4 stephe...@gmail.com wrote:

> 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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8c072a3a-1bd6-4c7c-b7e2-c5a656eec8e5n%40googlegroups.com.
  • [google-appengine] ... Stephen Heron
    • [google-appeng... 'David (Cloud Platform Support)' via Google App Engine

Reply via email to