On Sat, Mar 13, 2010 at 10:26 AM, jeffroloff <[email protected]> wrote:
> I have an app (savingeveryweek) that has been in pilot testing for the > last several weeks with pretty low usage. I'm making tweaks each day, > but starting yesterday I began to commonly see huge CPU and API > numbers (often over 10,000) for no apparent reason. This morning, I > added logging (quota.get_request_cpu_usage()) to key parts of my > webapp.RequestHandler, expecting to find some huge loop that I > inadvertently created during one of my mods. > ... I've just started using the app engine seriously, and am concerned to see behavior like this. You've asked the question very clearly. Something I might try in your shoes is to deploy a "no op" application and see if there's any change in billing cycle: if the increase is outside your app, it's probably happening to all apps, and the overhead should be even more visible if the app itself does almost nothing. -- 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.
