On Sep 20, 5:21 pm, Tapir <[email protected]> wrote: > This make some requests load very slow. > > What the "max idle instances" means? Is it means keep 3 idle > instances?
It means that you're requesting that the scheduler not keep more than 3 idle instances alive for you, so you won't be charged for more idle instances if it chooses to. It does not guarantee a minimum number of idle instances being spun up. -- 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.
