--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
Same Problem Here, as you can see three of the resident instances don't have any load while
3 dynamic instances take all of the load. This is going to imply a double cost for us.
--
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/-/pNA-QEBSxGcJ.
There seems to be some favoring of dynamic instances taking load over the always on which is also what I am seeing in my experience. I seem to always have the 3 resident instances taking no requests while additional dynamic ones are doing all the work. Could this be exaggerating the price estimates even further? I'm guessing that means my price estimate under the new model is probably 72 instance hours higher per day than it should be.
--
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/-/ALXAlfAClZ8J.
Instances that have not received a request in the last 15 minutes are
completely ignored by the billing formula. They may be still running
[if hosted on fortuitous machines], and as such are technically
beneficial to you in that you avoid extra loading requests, but we eat
that cost. We only consider instances that have received a request in
the last 15 minutes for our billing formula.
> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.