Just wanted to follow up on this: Idle instances set to 1: 7 of 10 requests were loading requests (20-30 seconds) Idle instances set to 2: 3 of 9 requests were loading requests (and cost was about 4 times as much)
This is a test app, with no other traffic, no new versions uploaded, etc., and these requests were about once a day for the last few weeks. I'm giving up on finding a setting that will mimic always on for low traffic apps, and just setting up a cron job to ping the apps regularly. On Wed, Feb 29, 2012 at 10:51 PM, Anders <blabl...@gmail.com> wrote: > Hmm... Not good. Google writes that setting minimum number of instances > means keeping them in reserve so that cold starts will be unlikely unless > there are exceptionally high load spikes. Sounds like a bug in GAE then if > your application is set to minimum one instance and you still get many cold > starts. > > Plus to Google: Seems like my email address is sometimes published because I > usually get zero spam mail in my Gmail account except when I have recently > posted something in a Google Group like this. So spammers seem to be able to > somehow get my email address by scraping information from Google Groups or > via some subscription mechanism. Very bad indeed if true (with the > disclaimer that maybe it's not Google that is leaking email addresses). > > > On Wednesday, February 29, 2012 7:24:45 PM UTC+1, Mark Rathwell wrote: >> >> > Ok, interesting. Have you tried setting minimum instances to one? >> >> I have an app I've been testing, with billing enabled and minimum >> >> >> instances set to one. I check the app 1 - 2 times per day, and the >> overwhelming majority of those requests are cold starts. I just set >> the minimum instances to 2, so I'll see how it responds over the next >> few days. >> >> On Wed, Feb 29, 2012 at 6:25 AM, Anders wrote: >> > Ok, interesting. Have you tried setting minimum instances to one? >> > >> > >> > On Monday, February 27, 2012 8:40:41 AM UTC+1, Tapir wrote: >> >> >> >> From my experience, an app without billing enabled will encounter many >> >> many slow cold starts. >> >> That is why although my app visits is small but I still made my app >> >> billing enabled. >> >> But today, there are suddenly many cold starts again on my app even if >> >> it is billing enabled. >> >> >> >> On Feb 27, 12:30 am, Anders wrote: >> >> > Thanks. The app no longer has billing enabled (needed to be able to >> >> > adjust >> >> > minimum instances), but that could be worth trying. >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > On Sunday, February 26, 2012 2:26:00 PM UTC+1, Mike Lawrence wrote: >> >> > >> >> > > I noticed similar behavior. >> >> > > I think the auto setting for minimum number >> >> > > of instances changed from two to zero active >> >> > > instances. >> >> > > I changed from auto to one, and my app >> >> > > is much more responsive. setting minimum >> >> > > instances higher will co$t you more >> >> > >> >> > > On Feb 25, 9:36 am, Anders wrote: >> >> > > > In the recent weeks the cold starts for Java apps have started to >> >> > > > take a >> >> > > > long time in my experience. More than three seconds to load a >> >> > > > webpage is >> >> > > > too long generally for a high quality end user experience. I >> >> > > > assume >> >> > > > it >> >> > > > happens when the physical GAE servers become too crowded >> >> > > > resulting >> >> > > > in >> >> > > > sluggish cold start loading of apps from the file system (and/or >> >> > > > maybe >> >> > > > because of delays in the distributed file system itself). >> > >> > -- >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine-java/-/GZ1p0GyAe6MJ. > > To post to this group, send email to google-appengine-java@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine-java+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.