Re: [google-appengine] Put() failing silently on HR - HELP!

2011-07-07 Thread Robert Kluin
Hey Greg, Do you have any blind try-excepts in your code? If it is silently failing, I'd guess something issilently catching and ignoring the exception. Also, as Noah mentioned, a global query immediately after a put might not get the latest results. A get-by-key or ancestor query will.

[google-appengine] Put() failing silently on HR - HELP!

2011-07-06 Thread Greg
Hi - I've just discovered that occasionally put()s in my python HR datastore app are failing almost silently. "Almost" because I am seeing a "Transaction collision. Retying..." warning logged at the time the write is supposed to happen, but nothing else - certainly no exception is raised. This is