Hi Aray, We set:
- Idle Instances: 1 - Automatic - Pending Latency: Automatic - Automatic The primary setting to eliminate user latency is to set minimum idle instances (not automatic), so it warm ups at least one idle instance before users make requests. If you have large spikes in load, you may want to set it even higher than 1. But I usually don't have large spikes. On Thu, Feb 7, 2013 at 10:03 AM, ARay Chen <[email protected]> wrote: > Hi Jacob, > My app encountered same issue too. > You mentioned instance would become a bit more stable if set a minimum. > May you share the exactly setting? > My setting is: Idle Instances: ( Automatic – 965 )、Pending Latency: ( 4.5s > – 14.8s ) > But still up and down frequently. > > Or are there any ways to workaround this situation first? > > Taking users for almost 10~15 secs to reach a page is really terrible... > Thanks. > Aray > > Jacob G於 2013年2月6日星期三UTC+8下午9時08分51秒寫道: > >> Hi Prashant, >> >> Indeed, it does look like something in GAE's instance scheduler. I've >> always had idle instances set to automatic, but now it seems that GAE is >> much more aggressive at shutting down instances in that mode. If I set a >> minimum, it is a bit more stable. However, even still, there is always one >> extra last instance that keeps getting created & destroyed, created & >> destroyed, etc.... But at least, request latency went back to normal. >> >> On Tuesday, February 5, 2013 10:03:25 PM UTC-5, prashant wrote: >>> >>> Has there been any change in the last 24 hours in the scheduler logic? >>> Has there been any patch applied on some apps? >>> >>> Anyone experienced abnormal restarting of instances? >>> >>> Can someone from Google please look at this production issue? >>> >>> http://code.google.com/p/**googleappengine/issues/detail?**id=8773<http://code.google.com/p/googleappengine/issues/detail?id=8773> >>> >>> Thanks >>> Prashant >>> >>> -- > 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 http://groups.google.com/group/google-appengine?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
