Ok, nevermind, it was a bad update I made that had some code going in an infinite loop, but I think the message should be changed, it really made me think there was something wrong with the quotas and appengine... usually when you go over the 30 seconds it says HardDeadlineException and not OverQuota.
On Dec 21, 1:23 pm, WSouza <[email protected]> wrote: > Here is the stack: > > com.google.apphosting.api.ApiProxy$OverQuotaException: The API call > datastore_v3.RunQuery() required more quota than is unavailable. > > com.google.apphosting.api.ApiProxy$OverQuotaException: The API call > datastore_v3.RunQuery() required more quota than is unavailable. > at com.google.apphosting.api.ApiProxy.makeSyncCall(ApiProxy.java:83) > at com.google.appengine.api.datastore.DatastoreApiHelper.makeSyncCall > (DatastoreApiHelper.java:52) > at com.google.appengine.api.datastore.DatastoreServiceImpl > $PreparedQueryImpl.runQuery(DatastoreServiceImpl.java:388) > at com.google.appengine.api.datastore.DatastoreServiceImpl > $PreparedQueryImpl.asIterator(DatastoreServiceImpl.java:349) > at com.google.appengine.api.datastore.DatastoreServiceImpl > $PreparedQueryImpl$1.iterator(DatastoreServiceImpl.java:326) > > It appears to happen every time i try to get child objects from an > ancestor in a determined table (getting Match from Tourney ancestor), > and it is using a *LOT* of CPU when the error happens, my average use > of CPU seconds per second jumped from ~10s to ~50s, every time the > error occurs, it eats about 90s of api_cpu, at this rate it will eat > all my [paid] quota limit... :( > > Ps: Is there any support channel for paid quota users besides the > forums? > > Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
