Has anyone reported problems using the autoretry cookbook method? I added a log message to check that the wrapper is getting installed, and I also added a log message in the retry loop. I see the log message that the wrapper is installed, however, I do *not* see any retry-log messages despite getting datastore timeouts.
For what it is worth, I also used the development server to verify that the wrapper is indeed getting called, but of course, I don't experience datastore timeouts there. Has anyone else had problems with this code? john On Sep 30, 10:25 pm, Mike Wesner <[email protected]> wrote: > I saw this lower level way to handle Timeouts. Seems like the best > way to handle it. No need to decorate or litter your code with retry > stuff. > > http://appengine-cookbook.appspot.com/recipe/autoretry-datastore-time... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
