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 <[email protected]> wrote: > 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 Dec 4, 10:40 am, Ray Malone <[email protected]> wrote: > > > My app has been running for almost a year now and runs great. The > > speed of app engine compared to hosting anywhere else has been great. > > However, I get random timeouts for simple gets. These queries are the > > exact same that run all day long several time a day and as you can see > > from my logs there was no activity between for over 20 seconds before > > or after the issue. > > > 12-04 09:24AM 57.445 /find?city=baltimore&rss=1 200 338ms 390cpu_ms > > 255api_cpu_ms 0kb TwitterFeed 3,gzip(gfe),gzip(gfe) > > 12-04 09:24AM 36.325 /find?city=martinsburg&rss=1 500 4651ms 575cpu_ms > > 12api_cpu_ms 1kb TwitterFeed 3,gzip(gfe),gzip(gfe) > > 12-04 09:20AM 53.315 / 973ms 745cpu_ms 629api_cpu_ms 0kb Mozilla/4.0 > > (compatible; MSIE 5.01; Windows NT 5.0),gzip(gfe) -- 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.
