Documentation mention that behavior like so:

> "If warmup requests are enabled for your application, App Engine attempts 
> to detect when your application needs a new instance and initiates a warmup 
> request to initialize a new instance. However, these detection attempts do 
> not work in every case. As a result, you might encounter loading requests, 
> even if warmup requests are enabled in your app. For example, if your app 
> is serving no traffic, the first request to the app will always be a 
> loading request, not a warmup request."


That being said, *I see warmup requests in the log all the time*.
Our configuration looks like this:

automatic_scaling:
 min_idle_instances: 2
 max_idle_instances: automatic 
 min_pending_latency: 30ms 
 max_pending_latency: automatic


Martin

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8514f592-d3be-4a22-a3fc-1dbea37e972f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to