I'm having a similar issue, but I only seem to get to 60 iterations. I've
only had the problem once so that number might change.
Traceback (most recent call last):
File "/base/data/home/apps/4-2dev.351074813615198448/cron.py", line 95, in get
for key in WithoutMbidQuery:
File
"/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py",
line 2313, in next
next_batch = self.__batcher.next()
File
"/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py",
line 2183, in next
return self.next_batch(self.AT_LEAST_ONE)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py",
line 2220, in next_batch
batch = self.__next_batch.get_result()
File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 592, in get_result
return self.__get_result_hook(self)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py",
line 1970, in __query_result_hook
self._conn.check_rpc_success(rpc)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py",
line 1048, in check_rpc_success
raise _ToDatastoreError(err)
BadRequestError: query not found
I've found a bug
report<https://code.google.com/p/googleappengine/issues/detail?id=4432>that
might be related, which I encourage everyone to star.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/vnz7YMvAvSMJ.
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?hl=en.