I saw a bunch of InternalError: Unexpected error, please try again.
errors doing datastore writes.
From my logs:
db.put(write_list)
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1212, in put
keys = datastore.Put(entities)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 181, in Put
raise _ToDatastoreError(err)
InternalError: Unexpected error, please try again.
Not sure if our two problems are related.
These happened from 5AM to 7AM log (pacific) time.
On Nov 19, 10:13 am, Dinesh Varadharajan