Hi, After researching a bit more I've found this other link <https://cloud.google.com/appengine/docs/standard/java/how-instances-are-managed#instance_billing> and it says.
Billing is slightly different in resident and dynamic instances: > > 1. For resident instances, billing ends fifteen minutes after the > instance is shut down. > 2. For dynamic instances, billing ends fifteen minutes after the last > request has finished processing. > > I believe the first link <https://cloud.google.com/appengine/pricing#standard_instance_pricing> contains wrong info is is leading to the confusion. Regards On Thursday, 5 October 2017 14:19:06 UTC-3, Nilson Pontello wrote: > > Hi Everyone, > > From this link <https://cloud.google.com/appengine/pricing> I found the > below: > > Instances running in *manual* and *basic* scaling services are billed at >> hourly rates based on uptime. Billing begins when an instance starts and >> ends fifteen minutes after a manual instance shuts down or fifteen minutes >> after a *basic* instance has finished processing its last request. >> Runtime overhead is counted against the instance memory limit. This will be >> higher for Java than for other languages. > > > It is not clear for me at all and I would like to ask you two questions: > > 1. What does google mean about "Runtime overhead is counted against > the instance memory limit"? > 2. What about how *auto* scaling instances are billed? > > Until reaching this article my understanding was: > > 1. *manual* and *basic* billing begins when an instance starts and > ends fifteen minutes after instance shuts down > 2. *auto *starts when a request arrives and finishes fifteen minutes > after finished processing its last request > > And now I am very confused. > > Thanks > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/cc4c4294-758f-490f-b290-9f56ab7e0311%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
