Hi

Are these large queries and/or lot's of put's.  Have you looked at
appstats
to see if your doing these operations efficiently ?

Are you utilising caching with memcache to reduce your need for
querying all the time ?

Are you doing batch fetch's on your query results rather than
iterating ?

May be you have done all of these things, but thought I would point
them out,

Rgds

Tim



On Nov 24, 11:31 am, "Alexander W." <[email protected]>
wrote:
> Is there anything I can to to avoid DeadlineExceededErrors
> (model .put() or query) and other Timeout Errors? I don't care if the
> number is low compared to the total amount of requests, but I care
> about the 20.000 users a day that get an error when loading my app due
> to these errors.

-- 
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.

Reply via email to