On Jan 25, 2:51 am, "Magnus O." <[email protected]>
wrote:
> Hi,
>
> I have an app which has enabled billing. Totally I'm far from
> exceeding my qouta but in the logs I see on many requests the
> following: "this resource used a high amount of CPU and may soon
> exceed it's qouta". It seems like these requests use about 1000cpu_ms.
> How much is allowed for one requests? I read something about per-
> minute qouta...

This warning message is out-of-date and a bit misleading; the high CPU
requests quota was removed from the system a while back, but the
warning message wasn't.  You're no longer likely to exceed this quota
because it doesn't exist.

These messages are still a good indication of handlers that you'd want
to look at to try to find optimizations, particularly if they're
running frequently, because they can get expensive in terms of your
overall CPU quota, but other than that they can generally be ignored.

-- 
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