Re: [google-appengine] Re: NDB ImportError!

2012-09-25 Thread Waleed Abdulla
The first request is the warmup request, and in my case it only has 3 lines to import ndb, db, and one other module. So it shouldn't take a long time at all. I can't verify right now since I already killed the instance, but I think a DeadlineExceededError is very unlikely in this case. On Mon,

[google-appengine] Re: NDB ImportError!

2012-09-24 Thread Anand Mistry
Is a DeadlineExceededError exception raised on the first request to the instance? On Tuesday, 25 September 2012 13:00:00 UTC+10, Waleed wrote: Hi all, I'm getting random import errors from time to time. They start on one of the instances, and then that instance keeps generating those