I believe the datastore timeout (deadline exceeded error) is 30 seconds. You may also occasionally see 'ten second' timeouts.
Robert On Thu, Jan 27, 2011 at 04:54, Phani Kumar <[email protected]> wrote: > exception Timeout() > Raised when the datastore operation exceeds the maximum amount of > time allowed for datastore operations. > > create_rpc(deadline=None, callback=None, > read_policy=STRONG_CONSISTENCY) > > Creates a remote procedure call (RPC) configuration object for > setting the read policy and datastore call deadline for some API > calls. > The datastore call deadline specifies an amount of time the > application runtime environment will wait for the datastore to return > a result before aborting with an error. By default, the runtime > environment waits until the request handler deadline has elapsed. > > from above two definitions i need a clarity about maximum amount of > time allowed for datastore operations by default. > i am confused about it > > -- > 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.
