Quota error on fresh account

64 views
Skip to first unread message

Chris Laux

unread,
Jul 27, 2008, 10:22:51 AM7/27/08
to httpmr-discuss
Hi all,

I set up the demo as it comes from the subversion repository and ran
it, but run into quota errors. But I'm using a brand new application
with empty quotas and the Dashboard shows that everything is below 5%!
Is this normal? What is it caused by? Error messages are below...

Thanks,
Chris


WARNING HTTPError on fetch of
http://graphbrowser.appspot.com/construct_document_index?source_start_point=eleifend
a massa lacus amet Aenean Vivamus at
lect&task=mapper&operation_timeout=9.0&source_end_point=f&source_max_entries=1000:
HTTP Error 500: Internal Server Error

Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 499, in __call__
handler.get(*groups)
File "/base/data/home/apps/graphbrowser/1.2/httpmr/master.py", line
233, in get
template_data = self.GetMapper()
File "/base/data/home/apps/graphbrowser/1.2/httpmr/master.py", line
299, in GetMapper
OperationStatistics.MAP)
File "/base/data/home/apps/graphbrowser/1.2/httpmr/master.py", line
337, in _GetGeneralMapper
for key_value_pair in mapper_data:
File "/base/data/home/apps/graphbrowser/1.2/httpmr/appengine.py",
line 118, in Get
for model in self.base_query.fetch(limit=max_entries):
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1311, in fetch
raw = self._get_query().Get(limit, offset)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 934, in Get
return self._Run(limit, offset)._Next(limit)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 875, in _Run
apiproxy_stub_map.MakeSyncCall('datastore_v3', 'RunQuery', pb,
result)
File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 46, in MakeSyncCall
stub.MakeSyncCall(service, call, request, response)
File "/base/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 246, in MakeSyncCall
rpc.CheckSuccess()
File "/base/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 189, in CheckSuccess
raise self.exception
OverQuotaError: The API call datastore_v3.RunQuery() required more
quota than is available.

Peter Dolan

unread,
Jul 27, 2008, 11:42:24 AM7/27/08
to httpmr-...@googlegroups.com
Yeah, those are the quota errors that I ran into most frequently.  There's an undocumented "database work" quota that you can pretty easily run into.  Letting your driver sleep for about 30 seconds or a minute, and keeping only 2 or 3 requests inflight is how I've resolved it.

This is just something we have to accept until AppEngine allows us to purchase more quota.

- Peter
Reply all
Reply to author
Forward
0 new messages