Hey Thomas,

I'm not in a position to say whether the scaling algorithm has changed, but 
without knowing any details of your app's request load, historical request 
load, scaling settings, etc. it's not possible to make any comment. The 
scaling algorithm *could *change, since it's pretty broadly-defined, and 
you can read about the configurable parameters in the docs 
<https://cloud.google.com/appengine/docs/java/modules/#automatic_scaling_1>, 
although any change should be more in line with allowing your instance to 
respond appropriately to traffic levels. 

At any rate, you are only charged for idle instances up to the amount 
specified in your configuration 
<https://cloud.google.com/appengine/kb/billing#idle_instances>, so having 
extra idle instances won't cost anything. You should control your scaling 
settings through a careful application of the various parameters to ensure 
that you don't end up scaling to more than you need.

I hope this has helped address any concerns you have. Feel free to reply 
with more questions if you have any.

On Saturday, August 1, 2015 at 8:31:08 AM UTC-4, Thomas Schranz wrote:
>
> I just wondered if there were any changes made in how the app engine 
> scales up?
> We're seeing way more app instances being started than previously.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dc9ccfcb-4421-4f47-a80c-41b941d1d4a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to