Hi,

I have a GAE app that is using this line;

result = urlfetch.fetch(url=url, payload=encodedParams,
method=urlfetch.POST, deadline=10);

The problem is that the server/app the GAE app is communicating with
may have to do some external lookups from another remote databse and
depending on servr load sometimes the response back to my GAE app can
be 12 or 15 seconds.  This of course triggers a DownloadError.

Is there any other way of performing the above task without being
restricted to the 10 second deadline?

Thanks
Richard

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to