I'm getting errors today too. No changes in my app for months.
My errors are related to using sharded counters (using the well
document shd_counter,py code). . Keep getting a TimeOut in
RunInTransaction
Traceback (most recent call last):
...
...
File "/base/data/home/apps/....../shd_counter.py", line 47, in incr
db.run_in_transaction(txn)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/datastore.py", line 2197, in RunInTransaction
DEFAULT_TRANSACTION_RETRIES, function, *args, **kwargs)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/datastore.py", line 2319, in RunInTransactionCustomRetries
raise _ToDatastoreError(err)
Timeout: The datastore operation timed out, or the data was
temporarily unavailable.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
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.