Sorry if this is sidetracking, but is it possible set the deadline to more than 10s? This can be especially useful for fetching from a slow- responding server in background task.
On Apr 20, 9:16 am, Joshua Bronson <[email protected]> wrote: > On Monday, April 11, 2011 3:53:17 PM UTC-4, Joshua Bronson wrote: > > > Hey App Engine Developers, > > > Regarding the deadline parameter, urlfetch > > docs<http://code.google.com/appengine/docs/python/urlfetch/fetchfunction.html> > > say: > > > The maximum amount of time to wait for a response from the remote host, as > > a number of seconds. If the remote host does not respond in this amount of > > time, a DownloadError is raised. > > > Does this refer to the amount of time the remote host has to simply accept > > the connection, or to transfer the entire response? > > From #appengine office hours just now: > > magicbronson: ikai_google: so the server has DEADLINE seconds to not just > accept the connection but also transfer up to 32MB? > > ikai_google: magicbronson: that's my understanding of 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.
