I'm not sure I completely understand the question, but if you are serving no requests for a day you will have no instance usage at all. If you serve 1 request, you'll likely get 1 instance spun up to serve the request, then after you have served the request the instance will go away after 15 minutes. This is the behavior you should be seeing today.
I hope that helps explain it, if I misunderstood the question please let me know. Greg On Mon, Sep 5, 2011 at 11:14 AM, James Gilliam <[email protected]> wrote: > After software update no instances are running. Once an instance is > created it never goes below 1. Why can't the the minimum instance be > zero instead of 1? Forget it, GAE will just cut free instance hours. > > On Sep 5, 2:25 am, saintthor <[email protected]> wrote: > > if no request to the app for a whole day, the instace time will be 24 > > hours? > > -- > 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. > > -- 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.
