The parameter values depend on your app as there's no catch-all answer for 
this. You have to get a feel for it and see; if it's creating too many 
instances, you might want to upgrade the type of instances or keep more 
idle instances. If you see that the instances can't catch up with a traffic 
spike, you might want to have a lower threshold of max requests per 
instance to start another instance before the existing ones are at 
capacity. Ultimately, you're the one that can monitor and adapt scaling to 
the needs of your app and traffic.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/65b9d556-4046-421b-b63f-6114e9ed1ef1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to