In Production using:

from google.appengine.api import urlfetch
urlfetch.fetch('http://api.fitness.stackexchange.com/1.0/questions/?
page=3', deadline = 10)

results in several "DownloadError: ApplicationError: 5"  timeouts;
probably more than the 50% of the calls.

The Stack Exchange team has looked into the problem that seems relate
to some Google App Engine routing fault to their end.

Any hints?

You can test it here if you want:
http://shell.appspot.com/

-- 
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-appengine@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