I've had that problem when using urlfetch() in my app (http://
www.allurefx.com) - GAE seems to charge urlfetch() times to CPU, even
though that is sleeping time. I ended up making the remote files local
and removing urlfetch() altogether as a workaround. I believe this has
been reported to Google.

Also do a search on these forums, you'll find other potential causes.

On Aug 30, 8:25 am, Kyle Jensen <[EMAIL PROTECTED]> wrote:
> Our app serves has a few hundred hits a day at a particular url/view.
> Seemingly randomly, some of these requests will throw the high CPU
> warning, i.e.
>
> "This request used a high amount of CPU, and was roughly 2.6 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."
>
> But, its certainly not all the time. Just seems to be some times.
> Nothing special as far as I can tell about these requests.
>
> Does this happen to other people?  Is it just ghosts in the machine?
>
> Thx, Kyle
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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