[google-appengine] When is the Timeout bug going to get fixed?

2010-01-26 Thread phtq
Our application error log for the 26th showed around 160 failed http requests due to timeouts. That's 160 users being forced to hit the refresh button on their browser to get a normal response. A more typical day has 20 to 60 timeouts. We have been waiting over a year for this bug to get fixed

Re: [google-appengine] When is the Timeout bug going to get fixed?

2010-01-26 Thread Joshua Smith
Have you used the retry recipe? It has made about 99.9% of my timeouts go away. On Jan 26, 2010, at 5:30 PM, phtq wrote: Our application error log for the 26th showed around 160 failed http requests due to timeouts. That's 160 users being forced to hit the refresh button on their browser

Re: [google-appengine] When is the Timeout bug going to get fixed?

2010-01-26 Thread djidjadji
There is an article series about the datastore. It explains that the Timeouts are inevitable. It gives the reason for the timeouts. They will always be part of Bigtable and the Datastore of GAE. The only solution is a retry on EVERY read. The get by id/key and the queries. If you do that then