Jens Tandstad
Jens Tandstad

Reputation: 109

Google app engine stuck deploying with appcfg

Google app engine refuses to deploy my latest build, and looking at the releases list, I can see that another build has been 'deploying' for the better part of a week.

Google doesn't offer support anymore for this without paying for it, but this is stuff that just shouldn't happen. Hope one of you google engineers out there can help me with this. The google project is caleld vxlpay.

Image showing deploying for days

Upvotes: 2

Views: 1457

Answers (3)

Quentin
Quentin

Reputation: 700

I ran into to this just now. I think my issue had something to do with having a browser open to the site I was trying to deploy to. Apparently that was locking up a process or something because, when I closed it, my deploy finished.

Silly, yes. I think it has something to do with GAE attempting to migrate traffic but not dealing with cases where there's browsers open... There's probably a feature that allows for deploying and controlling whether or not traffic is migrated.

I'll have to give that a try to see if closing the connection (browser) resolved it or if it was just a timing thing.

Nope... Just takes an absurdly long time.

Maybe it's due to file sizes?

Note: This only occurs when deploying a Flex environment rather a standard one.

Upvotes: 0

Ying Li
Ying Li

Reputation: 2519

Please cancel the deployment if it gets stuck; just waiting for it to finish often leads to frustration and desk-flipping. There's a few ways to help you deploy the app.

1) Generally, you can simply redeploy after waiting a few minutes. 2) Redeploy with another deployment method (appcfg, Google App Launcher, Eclipse...) 3) Rollback then redeploy

If all 3 fails, there might be something wrong with your configuration and you would probably need to speak to the support engineers at Google.

Upvotes: 0

user2615861
user2615861

Reputation: 121

Have you tried doing an appcfg rollback?

Upvotes: 1

Related Questions