Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Without logs etc it's hard to know. But who knows, perhaps Google is running low on resources and your free apps are paying the price. </p> <p><a href="https://developers.google.com/appengine/docs/adminconsole/instances#Loading_Requests" rel="nofollow">https://developers.google.com/appengine/docs/adminconsole/instances#Loading_Requests</a></p> <p>Currently I get about a 5 second startup time from cold on one of my very simple apps. 30 seconds does seem a long time however. </p> <p><a href="https://developers.google.com/appengine/docs/python/config/appconfig#Warmup_Requests" rel="nofollow">https://developers.google.com/appengine/docs/python/config/appconfig#Warmup_Requests</a></p> <blockquote> <p>App Engine frequently needs to load application code into a fresh instance. This happens when you redeploy the application, when the load pattern has increased beyond the capacity of the current instances, or simply due to maintenance or repairs of the underlying infrastructure or physical hardware.</p> </blockquote> <p>Or just pay: </p> <p><a href="https://developers.google.com/appengine/docs/adminconsole/performancesettings?hl=en" rel="nofollow">https://developers.google.com/appengine/docs/adminconsole/performancesettings?hl=en</a></p> <blockquote> <p>The Idle Instances sliders control the minimum and maximum number of idle instances available to your application at any given time.</p> <p>The upper slider sets the minimum number of idle instances:</p> <p>Note: In order to specify the minimum number of idle instances, you must have a paid app.</p> </blockquote> <p>As usual, the more you pay the better the service. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload