I'm using Gaelyk. I have a task in the default queue that connects to
a restful service using UrlFetch. However even before the transaction
is finished, I'm getting the ff. error:

com.google.apphosting.api.ApiProxy$ApiDeadlineExceededException: The
API call urlfetch.Fetch() took too long to respond and was cancelled.

but in my code I'm fetching with a deadline of 300 seconds.
def request = new HTTPRequest(url, HTTPMethod.POST, withDeadline(300))

According to the logs, it's only been less than 8 seconds when it
timed out.

Has anyone else encountered this? Please help.

thanks!!!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to