Can you post the relevant logs? Each request is stamped with the ID of the instance that served it.
When I looked into my own logs I found that the request I thought was cold-served was actually going to a recently warmed instance, but that the warmup request didn't fully initialize everything so the first request after warmup was still too long. But it sounds like you have more and better data here to prove something is actually broken. - Kris On Monday, October 22, 2012 11:07:11 AM UTC-7, Carl Schroeder wrote: > > I just tested with my Application Settings configured to have 1 Resident > instance. > > With 1 resident, and 1 idle instance. I hit a page reload. 7 requests were > served by the instances according to the Instances pane in the App Engine > Console. The requests were handled in the following manner: > Zero went to the Resident instance. > 3 new instances were spun up. 2 with warmup requests, 1 with the first > user request given to a cold start. > 4 then went to the existing idle dynamic instance > 1 of the new instances handled 3 requests, the other 2 only handled > warmups. > > The VERY first request (the basic HTML of the page) went to a cold > instance. This happened despite the fact that there was an idle Resident > instance available AND an idle Dynamic instance available. The user > experience is staring at the browser for 20 seconds before anything > happens. That is unacceptable. > > Even with 4 dynamic instances, the scheduler is still spinning up new ones > with user facing requests. This is bizarre, pathological, diabolical, > nonsensical behavior. I am running out of adjectives here. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/fVxm5TjouXsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
