[google-appengine] Re: Data Store Timeouts that are Random

2009-12-04 Thread gae123
Same experience here. In fact, a user just yesterday called me about this, I looked at the logs and it was a timeout... I have now removed the "Sever Error" message and replaced it with a very polite "these things happen just retry in a few seconds and only call me if it happens every time" On

[google-appengine] Re: Data Store Timeouts that are Random

2009-12-05 Thread Robin B
Spurious DB Timeouts are pretty common on GAE. If you want to autoretry timeouts, use this: http://appengine-cookbook.appspot.com/recipe/autoretry-datastore-timeouts Robin On Dec 4, 2:19 pm, gae123 wrote: > Same experience here. In fact, a user just yesterday called me about > this, I looked a

[google-appengine] Re: Data Store Timeouts that are Random

2009-12-11 Thread Ray Malone
Thank you very much. I've added it to my project and hope it helps. It's embarrassing for our clients to see these random errors. On Dec 5, 10:08 pm, Robin B wrote: > Spurious DB Timeouts are pretty common on GAE.  If you want to > autoretry timeouts, use this: > > http://appengine-cookbook.app

[google-appengine] Re: Data Store Timeouts that are Random

2009-12-11 Thread Al Murauski
Is there a Java solution? I'm facing the same sporadic datastore timeouts. Thanks in advance. On 6 дек, 05:08, Robin B wrote: > Spurious DB Timeouts are pretty common on GAE.  If you want to > autoretry timeouts, use this: > > http://appengine-cookbook.appspot.com/recipe/autoretry-datastore-time.

[google-appengine] Re: Data Store Timeouts that are Random

2009-12-13 Thread Robin B
I do not know of an existing Java solution, but somebody with Java knowledge might be able port it. Robin On Dec 11, 1:07 pm, Al Murauski wrote: > Is there a Java solution? I'm facing the same sporadic datastore > timeouts. > Thanks in advance. > > On 6 дек, 05:08, Robin B wrote: > > > Spurious