Hi,
I'm seeing a number of Timeout errors on my log file:

Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 496, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/40tazo/2.29/index.py", line 46, in get
    moves = g.move(card,pickups)
  File "/base/data/home/apps/40tazo/2.29/game.py", line 231, in move
    self.save()
  File "/base/data/home/apps/40tazo/2.29/game.py", line 290, in save
    self.g.put()
  File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 618, in put
    return datastore.Put(self._entity)
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 162, in Put
    raise _ToDatastoreError(err)
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1627, in _ToDatastoreError
    raise errors[err.application_error](err.error_detail)
Timeout: datastore timeout: operation took too long.

In this thread: 
http://groups.google.com/group/google-appengine/browse_thread/thread/5bb4e0bca36c8d9e,
someone describes a similar problem and Jeff Scudder reply that we
should spect some increase latency until Tuesday 9/2.

Is this increased latency still an issue?
If that's not the case, any suggestions about how to troubleshoot this
issue?

Greetings
Ronald

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to