[google-appengine] UrlFetch DeadlineExceededError

2015-07-20 Thread Michael Tom
Hey guys, I'm trying to send a bunch of data through post requests using appengine rpc, however I keep getting DeadlineExceededError's after 5-7 seconds. The calls are launched within a deferred task, and then entire deferred task ends up taking upwards of a minute. I'm sending requests from

[google-appengine] urlfetch DeadlineExceededError

2013-11-05 Thread GAEfan
I have been fetching data from a url for years. Last week, it stopped working, yielding nothing but DeadlineExceededError after 15 seconds (which I have set for the timeout) From the destination logs, it appears the fetches are not reaching the destination server. The fetches work from my

[google-appengine] urlfetch DeadlineExceededError

2008-11-24 Thread István
Hi, I am trying to fetch a wepage from my application, but it often results in a DeadlineExceededError. The reason for that is most likely that a lot of redirects happen in the background (unfortunately the webpage is such, and I cannot do anything about that). I was wondering about how to