Hi Sylvain, The deadline for URLFetch requests is ~5 seconds. Latency for the URLFetch service as a whole seems to have been within normal ranges for the past couple of days: http://code.google.com/status/appengine
So I don't know any reason off hand why your site would not be returning within the request deadline. I think that shell.appspot.com may just appear to be returning immediately because the call is fetching between the time that you press return and the time that the call appears in the main terminal window. The AJAX doesn't display it in the main window until the call is complete, deadline exceeded or not (at least this is the behavior I've observed when using shell for URLFetches). -Marzia On Thu, Dec 18, 2008 at 1:33 AM, Sylvain <[email protected]> wrote: > > Hi, > > My app is online since 5 months, but since fews days, I've got more > and more ApplicationError: 5 with the urlfetch API. > > ApplicationError 5 is raised with this error : DEADLINE_EXCEEDED, but > the website my app fetches is "fast" and sometimes when I test this > API on http://shell.appspot.com/ : > > >>> from google.appengine.api import urlfetch > >>> data = urlfetch.fetch(web_site) > > this error is raised at once (no wait). > > Is DEADLINE_EXCEEDED a kind of timeout ? > How long does it wait before raising this error ? > > Regards > > Sylvain > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
