Hi Sergey, Answers below:
On Sun, Sep 4, 2011 at 4:20 AM, Sergey Schetinin <[email protected]> wrote: > So when we deploy a new version, let's assume there was one instance > running, it gets shut down, a new one is then started, how many > instance-hours are consumed that hour? If one instance was running, you deploy a new version, and so one new instance is spun up with that new version (and the old one is taken down), you should be charged at most one instance-hour for that hour. If you are wondering about the 15 minute charge, that is for idle instances, when you deploy a new version the old instances don't sit idle, they come down. > Another option, the version deployed has a different name. The default > version is switched to that new version and the previous one stops getting > traffic. How many instance-hours are consumed that hour? > That depends on how the traffic ramps over to the new version. If it is strictly 1 instance running, then it is possible you will get charged for more than 1 instance-hour over the course of that hour as both version could be serving traffic simultaneously. I hope that helps! Greg > > -Sergey > > -- > 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/-/M3JuuDRhwIEJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
