You can use task queue to do put() operations. If you don't care about the query result, you can set deadline for its rpc and display a proper page when timeout.
---------- keakon On Wed, Nov 24, 2010 at 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]<google-appengine%[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.
