Hi, I use python and django-nonrel. For me it seems, that unsent mails (limit 100 for free) are the key to this problem. I have set up error mails sent to my google account in django and have produced more than 100 error mails.
Deleting the queue and waiting for reset of the quotas fixed it for me... regards Henrik Am Dienstag, 2. Juli 2013 22:03:59 UTC+2 schrieb Vinny P: > > Hello, > > On Sunday, June 30, 2013 9:38:44 AM UTC-5, Hinnack wrote: >> >> I am getting: "OverQuotaError: The API call datastore_v3.RunQuery() >> required more quota than is available." >> errors, although the quota list says, I used 91% so far (but says >> "limited", too) >> >> The only request is a task every 15 min. >> >> > Are you accessing the datastore through the bulkloader or remote API? > Because those count against your quotas as well. > > Try using appstats ( > https://developers.google.com/appengine/docs/java/tools/appstats ) to > profile and look at your application's datastore calls, it'll tell you > where your datastore calls are being used. > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
