On Sun, Jul 7, 2013 at 10:02 PM, Lewis <lewisy...@gmail.com> wrote:

>
> I am using GAE to communicate other servers via http. For some particular
> purposes, some of the response codes are customized as 998. But urlfetch
> seems not response to this code. When the server return the response
> code of 998, urlfetch doesn't response until  reaching the deadline and
> throwing an exception. Is there a limitation in customized response code
> for urlfetch? Does anyone have the similar situation?
>


Can you post the code you're using to conduct the urlfetch?

What you can do is catch the exception and retry the urlfetch, or queue up
a task to continually retry the urlfetch until it succeeds.

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to