The number of hours can be greater than 24 if you have a higher tier of instance. As is stated here <https://cloud.google.com/appengine/docs/python/modules/>:
*Important:* When you are billed for instance hours, you will not see any instance classes in your billing line items. Instead, you will see the appropriate multiple of instance hours. For example, if you use an F4 instance for one hour, you do not see "F4" listed, but you will see billing for four instance hours at the F1 rate. On Thursday, July 2, 2015 at 2:17:28 AM UTC-4, A. Kong wrote: > > Hi all, > > I have set up a backend module with this setting: > > > module: backend > > version: "v2-0-57" > > runtime: python27 > > api_version: 1 > > threadsafe: no > > manual_scaling: > > instances: 1 > > > > So I expect, in last 24 hour, it should at most use up 24 backend instance > hour. > > > However according to the dashbroad (see screenshot attached) I have > actually used almost 69 hours. Why it can go beyond 24 hour, which I > believe is the maximum a single backend instance can incur in one day? > > > > > Cheers, Tony > > > > > > > -- 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 http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/01237f19-cc21-46c8-a88d-76f61b8eb388%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
