Hi guys, I'm really glad that this discussion exists because I'm also quite confused with values which I see in our Google Cloud Platform console. Please look at the picture (Instances.png) which I sent in the attachment. I understand that "Billed Instance Estimate" can be bigger number than "Active" (due to 15 min idle time) but what I don't understand is how "Active" can be bigger than "Billed Instance Estimate". In the picture which I sent in the attachment are values "Active" 24.0 and "Billed Instance Estimate" 13.0. This behaviour is quite common in our projects. Can you please help me to explain how it's work?
Thanks a lot for help Petr On Thursday, October 26, 2017 at 6:21:48 PM UTC+2, Jordan (Cloud Platform Support) wrote: > > You are correct. The *Billed Instance Estimate *line will also always > contain the amount of 'min_idle_instances > <https://cloud.google.com/appengine/docs/standard/python/config/appref#scaling_elements>' > > that you have configured in your app.yaml (much like manual scaling in that > you tell App Engine you always want this minimum amount of idle *Created* > instances waiting to accept requests). > -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/8ece7685-79e3-4634-a905-4ee159a4c502%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
