Appengine LogServiceには文書化されていない割り当てがあります。1日あたり最大1,000,000回の読み取りを行うことができます。そうすると、次のエラーが発生します。
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 701, in __call__
handler.get(*groups)
File "/base/data/home/apps/xxx/3.356325783019142341/xxx.py", line 355, in get
for request_log in logservice.fetch(start_time=start_time, end_time=end_time, version_ids=["3"]):
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/logservice/logservice.py", line 414, in __iter__
self._advance()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/logservice/logservice.py", line 427, in _advance
response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 94, in MakeSyncCall
return stubmap.MakeSyncCall(service, call, request, response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 308, in MakeSyncCall
rpc.CheckSuccess()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
raise self.exception
OverQuotaError: The API call logservice.Read() required more quota than is available.
また、この割り当てに達すると、ダッシュボードに次のように表示されます(AFAIKでは、これまでこの行は表示されていません)。
その時点では、それはまったく文書化されておらず、請求もできないようです。
これも参照してください:http://groups.google.com/group/google-appengine/browse_thread/thread/61fac55e1a2d521
時間を節約できることを願っています。
回避策について考えられるかどうか教えてください...(質問にするためだけに;))