I've noticed that the put request often eventually returns even though
the app thinks there's a timeout.  This means that an automatic retry
would be a bad idea ... what sort of error message do you return to
users when datastore "may have saved your data ... but we're not
sure ... " ?   Is this an unusual behavior ... or is GAE really
unstable atm?

Stephen

On Jun 27, 1:59 am, Paul Kinlan <paul.kin...@gmail.com> wrote:
> The datastore is readonly mode at the moment is it 
> not?http://code.google.com/status/appengine
>
> 2009/6/27 Brandon Thomson <gra...@gmail.com>
>
>
>
> > Timeouts are normal, you have to program your app to deal with them...
>
> > The deployment problem right now is separate.
>
> > On Jun 27, 12:23 am, Stephen Mayer <stephen.ma...@gmail.com> wrote:
> > > Also noticing random errors in the appengine control panel ...
>
> > > Looks like this:
>
> > > Server Error
> > > A server error has occurred.
>
> > > On Jun 26, 11:15 pm, Stephen Mayer <stephen.ma...@gmail.com> wrote:
>
> > > > 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 <stephen.ma...@gmail.com> 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 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