Hi All ...

Anyone know why I might be seeing random timeouts from the datastore?
I'm inserting a very simple row and I'm the only one using my app ...
so almost no load.

ex. error message:
====================
Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 503, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/myautomaticlife/4.334490812902965182/
forecast/views.py", line 164, in post
    event.put()
  File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 696, in put
    return datastore.Put(self._entity)
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 166, in Put
    raise _ToDatastoreError(err)
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 2055, in _ToDatastoreError
    raise errors[err.application_error](err.error_detail)
Timeout
====================

Any ideas?
Stephen
--~--~---------~--~----~------------~-------~--~----~
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 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to