Re: [google-appengine] Re: Warning 1221mcycles /!\ 0kb

0 views
Skip to first unread message
Message has been deleted
Message has been deleted
Message has been deleted

Marzia Niccolai

unread,
Sep 30, 2008, 3:03:51 PM9/30/08
to google-a...@googlegroups.com
Hi Davide,

I've posted this exact same code in one of my apps, but am unable to replicate this warning. In fact I'm consistently getting around 5 mcycles in my log for this page.  Can you provide some more information, or the specific example?

Also, is your application doing any additional module imports, or pre-processing for each request?  If this were the case, it could be that you are doing some expensive processing on every request that is causing the warning.

-Marzia

On Mon, Sep 29, 2008 at 12:13 PM, Davide Rognoni <davide....@gmail.com> wrote:

I don't understand, because the page is very simple:

from google.appengine.ext import webapp

class Home(webapp.RequestHandler):
       def get(self):
               self.redirect("http://appgallery.appspot.com/about_app?
app_id=agphcHBnYWxsZXJ5chMLEgxBcHBsaWNhdGlvbnMYtR8M
")


On Sep 28, 10:05 pm, Davide Rognoni <davide.rogn...@gmail.com> wrote:
> Why I see this warning?
>
> 09-28 12:44PM 34.736 / 302 371ms 1221mcycles /!\ 0kb
> 80.104.73.53 - - [28/09/2008:12:44:35 -0700] "GET / HTTP/1.1" 302 0 -
> -
> This request used a high amount of CPU, and was roughly 1.2 times over
> the average request CPU limit. High CPU requests have a small quota,
> and if you exceed this quota, your app will be temporarily disabled.


Reply all
Reply to author
Forward
Message has been deleted
0 new messages