On Tue, Oct 7, 2014 at 10:25 AM, Joshua Smith <[email protected]> wrote:
> It’s dying after reading 35,000 of them (which takes about a minute). > It’s on HR data store. Still on Python 2.5. > On Tue, Oct 7, 2014 at 10:38 AM, PK <[email protected]> wrote: > I have seen this error as well and had to change my code. My situation is > python 2.7 > I've also seen similar issues with the Java runtime, so this isn't limited to Python. Another alternative solution is to build a MapReduce pipeline to process all of the entities. Even if a shard/slice fails due to a datastore error, it'll automatically get retried based on the settings <https://groups.google.com/d/msg/google-appengine/o7dEByNREpk/-3lIfI1umwsJ>. ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
