I changed my QA environment down from the always-on option, and set max-idle==1, and I set the pending latency to 300ms.
The instance was up for 24h (restarted about 11h ago the last time): It's just a QA box, but the cron jobs run and seem to keep it alive well. E.g. no latency either. My charge under the new pricing regime is 1ct for the day. Even if there were a bit more load, I expect additional instances would get spun up and down again pretty quickly, and not cost me (or you) much. All good! Cheers, Per On Sep 7, 11:12 am, Gerald Tan <[email protected]> wrote: > I believe even if you have additional instances spawned for you, you are > only charged for 1 instance (which should be your max idle instance setting) > + active instances, which should be a very small number. Now you will see > either one of two situations: > > 1) You have enough time when there are 0 instances up to make up for the > active instance numbers, in which case your app should have no problem > serving requests all day > 2) You have an instance up all the time, in which case your app will be > automatically shutdown when you run out of quota near the end of the billing > day, probably for around 30mins to an hour depending on your active instance > time, until the daily quota resets. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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.
