Appengine LogService has an undocumented quota - up to 1000000 reads per day, know a way to workaround?
Appengine LogService has an undocumented quota: You can make up to a 1,000,000 reads from it per day, and then you'll receive the following error: 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,