Please note that sometimes I don't get any timeout and the exact same put request works fine. Appreciate any assistance you can offer!
Stephen On Jun 26, 11:14 pm, Stephen Mayer <[email protected]> wrote: > 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 [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 -~----------~----~----~----~------~----~------~--~---
