[google-appengine] Re: URLFetch timout

2016-07-13 Thread Kevin Hoffman
Nicholas, thank you. Appreciate the responsiveness. I'm not seeing any URLFetch errors at the moment. I don't agree with Joshua that I picked the wrong horse, love GAE, but he is right in that many of us do have mission-critical integrations that need a reliable SLA. Especially for billing-ena

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Nathan Trevivian
We're still getting it - last occurrence was at 15:35 BST. It's happening less regularly than before (we were getting one every 5 minutes - AKA all the time), but it's still happening more than it should do/used to. On Wednesday, 13 July 2016 15:38:21 UTC+1, Nicholas (Google Cloud Support) wro

[google-appengine] Re: URLFetch timout

2016-07-13 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
An intermittent issue was found with the URLFetch API service. Fetch requests to non-Google related services were failing with deadline exceeded errors like the ones reported on this thread. The error rate started increasing around 22:00 US/Pacific on Tuesday, July 12. The issue should have

Re: [google-appengine] Re: URLFetch timout

2016-07-13 Thread Hitoshi Ichikawa
We were expeiencing the same issue, but recovered now. There is no service desruption on google service dashboard. There are so many reports here, I think this is caused by google's system failure, isn't it? On Wed, Jul 13, 2016 at 7:28 AM, Nathan Trevivian wrote: > We're seeing the same issue o

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Kevin Hoffman
Agreed, when payment services are involved it's a matter of losing money. I've spent a year building my company's website and service offering on GAE, can't have the ability to communicate with my payment gateway be anything less than 100% reliable. On Wednesday, July 13, 2016 at 7:29:51 AM UTC

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Nathan Trevivian
Having just posted this, we just had one successful one. Hopefully Yuuki T is right and that's the end of it for now. I'd still like to know what happened though? On Wednesday, 13 July 2016 12:28:27 UTC+1, Nathan Trevivian wrote: > > We're seeing the same issue on calls to third party RESTful AP

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Nathan Trevivian
We're seeing the same issue on calls to third party RESTful APIs. Could program defensively, but where one of those APIs is your payment/checkout service, and you're losing money over it, and people are complaining all over your company Facebook page about it, it starts to get a little bit upse

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Yuuki T
Just now, this timeout issue has been gone/disappeared on my web service. 2016年7月13日水曜日 18時59分35秒 UTC+9 Yuuki T: > > Me too, GAE URL Fetch returns timeout... > > Get https://graph.facebook.com/***: API error 5 (urlfetch: > DEADLINE_EXCEEDED) > > 2016年7月13日水曜日 3時27分21秒 UTC+9 Kevin Hoffman: >> >> I

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Yuuki T
Me too, GAE URL Fetch returns timeout... Get https://graph.facebook.com/***: API error 5 (urlfetch: DEADLINE_EXCEEDED) 2016年7月13日水曜日 3時27分21秒 UTC+9 Kevin Hoffman: > > I am experiencing URLFetch timeouts only when deployed live. Local dev > server is able to connect to outside services no probl

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Max Loren
Hi I am experiencing this issue until now. My apps tried to send GET request to https://graph.facebook.com/.., all requests failure with timeout reason. I have 2 different apps on same account and both have the same issue, Thanks Max On Wednesday, July 13, 2016 at 1:27:21 AM UTC+7, Kevin Hoffm