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 multiple threads within the task. I'm using this Send method, and passing a timeout of 60 seconds, but something isn't listening to this: https://codesearch.corp.google.com/p#piper///depot/google3/apphosting/tools/appengine_rpc.py&rcl=98602889&l=337 And getting this in the logs: API call urlfetch.Fetch() took too long to respond and was cancelled. Any help appreciated! Cheers, Michael Tom -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/923d777f-63ca-4dd3-b92a-2884f326befb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
