Is this what you are after?
http://code.google.com/appengine/articles/bulkload.html
On Apr 11, 12:05 pm, dimrub <dim...@gmail.com> wrote:
Greetings, all!
I have an app that, in a scenario I'm trying to test, needs to add
about 400 records to the data store. The record consists of some 5
fields, nothing exceptional. The thing is that I consistently get a
DeadlineExceededError somewhere in the middle (the 'somewhere' ranges
between after 7% and 50% of the records). 2 questions therefore:
1. Is it a bug of GAE I can expect to be fixed soon?
2. If not, and this is the expected behavior, what should be the
mitigation? Should I retry? Return an error immediately (rendering the
application entirely unusable)? Something else?