5 messages in com.googlegroups.google-appengine[google-appengine] Re: Getting Deadli...
FromSent OnAttachments
dimrub11 Apr 2008 04:05 
Staz11 Apr 2008 06:54 
dimrub11 Apr 2008 09:49 
mar...@google.com11 Apr 2008 09:50 
dimrub11 Apr 2008 10:22 
Subject:[google-appengine] Re: Getting DeadlineExceededError on a save
From:Staz (stev@yahoo.com)
Date:04/11/2008 06:54:11 AM
List:com.googlegroups.google-appengine

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?