About 1:30 EDT today, we started getting URLFetch errors on one of our apps. The app makes URLFetch calls to another of our apps.
We haven't done a deployment to either app in a few weeks and all seemed to be working this morning. I've tried hitting the offending URLs manually and they work fine. From what I can tell, the calls aren't reaching the destination because I don't see corresponding requests in its logs. Have tried shutting down all instances on both apps to no avail. Here's a partial stack trace: java.io.IOException: Could not fetch URL: http://scheduler.bookedin.net/api/v1/countries at com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:115) at com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java:42) at net.bookedin.gunton.server.config.FetchServiceUrlFetch$ApiHandler.getResponse(FetchServiceUrlFetch.java:194) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/9u3mDaGvDuIJ. 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.
