Has anyone suggested modifying db.get(), db.put(), and db.delete() to include an optional argument specifying a number-of-retries-on- timeout? I can wrap these functions in my own logic, but I would think nearly every application could use this.
On May 22, 5:31 am, "Nick Johnson (Google)" <[email protected]> wrote: > Hi Amir, > > Occasional datastore timeouts are expected to occur even in normal > operation. It's up to you to handle them and react appropriately - for > example, by retrying the operation. How often are you seeing this? > > -Nick Johnson > > 2009/5/22 Amir Michail <[email protected]>: > > > > > Hello, > > > Anyone else getting this exception? > > > Amir --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
