On Sep 22, 10:25 am, Fredrik Bonander <[email protected]> wrote: > Yes. But I can't see how this is relevant since (at least for me) the error > always occur during datastore calls (at least for me)
If the requests it's happened on are always loading requests (they'll have an INFO-level logging message to that effect), it's likely because your framework is taking a long time to import everything, giving you less time to do datastore calls after the imports. If they're not just on loading requests, maybe you're trying to squeeze too many (or too large) datastore calls into a request. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
