Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploying to appengine hangs

I just tried to deploy my app 5 times, and every times it hangs forever:

08:02 PM Starting deployment.
08:02 PM Checking if deployment succeeded.
08:02 PM Will check again in 1 seconds.
08:02 PM Checking if deployment succeeded.
08:02 PM Will check again in 2 seconds.
08:02 PM Checking if deployment succeeded.
08:02 PM Will check again in 4 seconds.
08:02 PM Checking if deployment succeeded.
08:02 PM Will check again in 8 seconds.
08:02 PM Checking if deployment succeeded.
08:02 PM Will check again in 16 seconds.
08:02 PM Checking if deployment succeeded.
08:02 PM Will check again in 32 seconds.
08:03 PM Checking if deployment succeeded.
08:03 PM Will check again in 60 seconds.
08:04 PM Checking if deployment succeeded.
08:04 PM Will check again in 60 seconds.
08:05 PM Checking if deployment succeeded.
08:05 PM Will check again in 60 seconds.
08:06 PM Checking if deployment succeeded.
08:06 PM Will check again in 60 seconds.
08:07 PM Checking if deployment succeeded.
08:07 PM Will check again in 60 seconds.
08:08 PM Checking if deployment succeeded.
08:08 PM Will check again in 60 seconds.
08:07 PM Checking if deployment succeeded.
08:07 PM Will check again in 60 seconds.
08:08 PM Checking if deployment succeeded.
08:08 PM Will check again in 60 seconds.
08:07 PM Checking if deployment succeeded.
08:07 PM Will check again in 60 seconds.
08:08 PM Checking if deployment succeeded.
08:08 PM Will check again in 60 seconds.

I already tried this on two different apps and all of them go into this infinite loop and never actually deploy.

like image 780
TjerkW Avatar asked Jun 16 '14 18:06

TjerkW


People also ask

Why is Google Appengine important?

Benefits of GAEGAE is fully managed, so users can write code without considering IT operations and back-end infrastructure. The built-in APIs enable users to build different types of applications. Access to application logs also facilitates debugging and monitoring in production. Pay-per-use pricing.

What is App Engine standard environment?

The App Engine standard environment is based on container instances running on Google's infrastructure. Containers are preconfigured with one of several available runtimes. The standard environment makes it easy to build and deploy an application that runs reliably even under heavy load and with large amounts of data.

What type of service model is Google Appengine using?

App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. You can choose from several popular languages, libraries, and frameworks to develop your apps, and then let App Engine take care of provisioning servers and scaling your app instances based on demand.


1 Answers

This is a recurrent issue with GAE. Something in the queue as other apps are deploying as well. As frustrating as it is, just keep trying. Nothing to be done on your end.

like image 193
GAEfan Avatar answered Oct 13 '22 20:10

GAEfan