There's no way to make sure that your app uses only one instance. Setting 
max idle instance ensures that you will be changed for a maximum of 1 idle 
instance. If traffic goes up, the the scheduler may spin up extra 
instances, however you are only charged for "Max Idle Instance + Active 
Instances", so you really shouldn't need to worry about extra instances - 
you will usually not be paying for those if you set max idle instance to 1.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/eC6h6wNUYKEJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to