I'm trying to determine what is CPU Quota and how it is measured. I wrote a simple app which loads CPU doing some Datastore writes and then looked at results: /worker 200 14107ms 367870cpu_ms 359470api_cpu_ms The application responded after about 15 seconds, so 14107ms is probably response time. But then why * cpu_ms* is so high? It actually consumed 6 mins of my CPU Quota. How do I compare CPU Quota and actual time spent by application? If I know that my task will complete in 5 mins, how much CPU Quota will it cost?
-- 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.
