I should add that we, too, do a retry on a fail.  But, the urlfetches fail 
even on retries.  Here is how we determined the problem is with Google:

try:
   fetch someURL
except:
   try:
      fetch Google.com    # cannot even connect to google.com?
   except:
      email us about the failure

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to