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

2011-08-16 Thread Robert Kluin
On Jul 7, 10:30 pm, Greg wrote: > Thanks for the suggestions. It's not an eventual consistency issue, > and I get datastore timeout exceptions so there can't be a blind try- > except. The code does a put() for one or more entities inside > run_in_transaction(), then does a raw put() for another

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

2011-07-07 Thread Greg
Thanks for the suggestions. It's not an eventual consistency issue, and I get datastore timeout exceptions so there can't be a blind try- except. The code does a put() for one or more entities inside run_in_transaction(), then does a raw put() for another entity. Here's the simplified code:

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

2011-07-07 Thread Noah McIlraith
How are you fetching the stored entities? Using a query? or get()? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/ZHd3pXdHp1IJ. To post to this gr