What steps will reproduce the problem?
1. On App Engine using a Frontend instance and httplib2 make a request to a
server taking longer than 60 seconds to respond.
2. DeadlineExceededError is thrown by the runtime (because URLFetch took too
long)
What version of the product are you using? On what operating system?
0.7.6
Please provide any additional information below.
Catching DeadlineExceededError and raising a meaningful exception will aid in
troubleshooting. For instance, this will make it clearer that a timeout value
should be passed into httplib2.Http().
Original issue reported on code.google.com by ve...@google.com on 6 Oct 2012 at 10:50
Original issue reported on code.google.com by
ve...@google.com
on 6 Oct 2012 at 10:50