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.