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 <[EMAIL PROTECTED]> 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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to