joerussbowman / gaeutilities

gaeutilities - A collection of utilities to help with application development on Google Appengine
http://gaeutilities.appspot.com
BSD 3-Clause "New" or "Revised" License
78 stars 4 forks source link

Is rotmodel.py still useful? #14

Closed dound closed 14 years ago

dound commented 14 years ago

With the 1.3.2 release, app engine now automatically retries "most" queries (http://googleappengine.blogspot.com/2010/03/read-consistency-deadlines-more-control.html).

Is there any reason to keep rotmodel.py now that google has essentially pulled its functionality up into app engine itself?

joerussbowman commented 14 years ago

Really, no there is not. I suppose at best it would be even more aggressive at trying to not fail. Other than that, you probably don't need this anymore.

joerussbowman commented 14 years ago

I've removed ROTModel from session.

dound commented 14 years ago

Thanks Joe!

joerussbowman commented 14 years ago

No problem. Looks like the protobufs stuff was added at some point for models too. I don't think I remember doing that, but it's in there. The demo shows a case of model entity being updated across requests.