pwsm / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Expose App Engine URLFetch DeadlineExceededError for debugging purposes #231

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision e78fbc336997.

Original comment by joe.gregorio@gmail.com on 12 Nov 2012 at 6:53