ibolmo / cametrics

A RESTful logging system for Campaign Metrics
http://cametrics.appspot.com/
3 stars 1 forks source link

Running out of Memory with endless recursion #8

Closed ibolmo closed 15 years ago

ibolmo commented 15 years ago

Since the datastore exceptions are caught and are retried by splitting the set in half, you'll end up in an endless loop for datum that are invalid.

Additionally, the second set is never saved because of the endless loop.