Hi Andrew ,Thanks for your reply, could you point me more details. My apps working with many records. so the select query take many time to process.
I know that there are task queue in google app engine. By using it, we can split, long process in to small task. But in the case of select query, i don't find any solutions. So please help me. Thanks you very much again. On Tue, Apr 26, 2011 at 5:56 AM, Andrew Steinborn <[email protected]>wrote: > > > On Apr 25, 10:19 am, HTK GAE <[email protected]> wrote: > > Hi all, > > > > when i try to use query in google app datasotore like this: > > > > authority = Authority.all().filter('twitterUser =',user).get() > > > > I have this error: DeadlineExceededError. > > > > Please help me to overcome this error. > > > > Thanks > > You need to profile your application. Some part of your app is slow. > > -- > 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. > > -- 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.
