On Fri, Dec 13, 2013 at 9:01 AM, Tomás Mery Undurraga <[email protected]> wrote:
> In the Dashboard the number of running hours is stated correctly (24) but > the Usage Report indicate *48 hours*. Anybody knows the reason for this? > As you noted, sometimes the hours reported are slightly incorrect. How many backend hours are you being billed for, 24 or 48? Also, try redeploying your app and updating your backends via appcfg's backends update command ( https://developers.google.com/appengine/docs/python/backends/#Python_Commands). GAE might be using a B2 instead of a B1 backend incorrectly, which will increase your hours billed. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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. For more options, visit https://groups.google.com/groups/opt_out.
