[google-appengine] Re: Websites in Project Aren't Loading

2017-11-06 Thread 'Fady (Google Cloud Platform)' via Google App Engine
Hello Tamara, Would you privately send me your project ID, and more information on how you are hosting your websites? also the VM instance names if you are using GCE, and the websites domain names. On Monday, November 6, 2017 at 6:11:45 PM UTC-5, Tamara Pesquiera wrote: > > We have two web

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread Alan deLespinasse
I maybe should mention that the old version of my service was working fine, as far as I can tell. I just can't deploy a new version. On Monday, November 6, 2017 at 6:12:00 PM UTC-5, Alan deLespinasse wrote: > > I'm also unable to deploy a "vm: true" service. My app doesn't even use > memcache, b

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread Alan deLespinasse
I'm also unable to deploy a "vm: true" service. My app doesn't even use memcache, but maybe "vm: true" depends on memcache somehow? The error message on my "gcloud app deploy" command said "Timed out when starting VMs." I can' t find anything in the logs that means anything to me. On Monday, No

[google-appengine] Websites in Project Aren't Loading

2017-11-06 Thread Tamara Pesquiera
We have two websites in a project and neither of them are loading. Google suspended the account because of a denial of service attack (I don't even know what this is) and then I submitted an appeal, they gave us access again, our billing was due today so we paid that, but none of our websites a

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread Justin Yip
We cannot bring up any "vm: true" for the past couple of hours too. (Maybe the memcache service is also on "vm: true", which all gets turned down :) On Monday, November 6, 2017 at 1:27:34 PM UTC-8, Moe Adham wrote: > > Something pretty catastrophic is going on here, all our services on > app-

[google-appengine] Re: HTTP Cloud load Balancer 502 intermittent responses , doesn’t let request reach our backend services

2017-11-06 Thread Jorge Barrachina
Yes, I copy the response from support team ( Sorry but this was solved long time ago, and i can't remember all the details ) --- Getting back to your app configuration, the part which stands out the most is this: entrypoint: gunicorn 'client_account.wsgi:load_app("prod")' It looks li

Re: [google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread Ani Hatzis
Hm, no issues here in my apps, eu-west. But only use memcache explicitly with Datastore for an admin task, but it works either case. Maybe it is the Capability API, I don't use it here. On Mon, Nov 6, 2017, 22:32 'Yannick (Cloud Platform Support)' via Google App Engine, wrote: > There effectivel

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
There effectively is an ongoing Memcache outage, you can follow the incident details for periodic updates on this issue as we work on resolving it. On Monday, November 6, 2017 at 4:11:12 PM UTC-5, PK wrote: > > Yes it is here: https://is

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread PK
I acknowledge, I see it red now too. Earlier was green with just this at the bottom. Thanks > On Nov 6, 2017, at 1:28 PM, Wade Piotrowski wrote: > > Hello, > > I see status.cloud.google.com as red for > app engine. Please refresh if you do not. > > Best, >

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread PK
Showing that Google App Engine is green when the following code fails in both assertions is very misleading. If any of datastore, memcache and task queues are down you need to take app engine status to yellow if not red. from google.appengine.api.capabilities import CapabilitySet assert Capabili

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread Moe Adham
Something pretty catastrophic is going on here, all our services on app-engine got a stop request and we can't bring them back up. On Monday, November 6, 2017 at 4:11:12 PM UTC-5, PK wrote: > > Yes it is here: https://issuetracker.google.com/issues/68946028 > > I also see now a message in the Goo

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread PK
Yes it is here: https://issuetracker.google.com/issues/68946028 I also see now a message in the Google Cloud Status Console about this. > On Nov 6, 2017, at 1:07 PM, Wade Piotrowski wrote: > > Yes, Posting shortly. Please file a support case fo

[google-appengine] Re: URGENT: is GAE Standard memcache down????

2017-11-06 Thread Adam Sah
confirmed - that code is returning False for me too. On Monday, November 6, 2017 at 1:00:44 PM UTC-8, bFlood wrote: > > agreed, memcache is down > > On Monday, November 6, 2017 at 3:56:52 PM UTC-5, PK wrote: >> >> This started returning False 15 minutes ago. My app is down because of >> it. >> >

[google-appengine] Re: URGENT: is GAE Standard memcache down????

2017-11-06 Thread bFlood
agreed, memcache is down On Monday, November 6, 2017 at 3:56:52 PM UTC-5, PK wrote: > > This started returning False 15 minutes ago. My app is down because of it. > > from google.appengine.api.capabilities import CapabilitySet > print CapabilitySet('memcache', methods=['set']).is_enabled() > >

[google-appengine] URGENT: is GAE Standard memcache down????

2017-11-06 Thread PK
This started returning False 15 minutes ago. My app is down because of it. from google.appengine.api.capabilities import CapabilitySet print CapabilitySet('memcache', methods=['set']).is_enabled() -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-06 Thread Yosi Dediashvili
The use case is that the apps communicate with the same backend, that is part of this project. So the structure is: 1 Server Credentials 100+ Android Credentials To my understanding, breaking it two more than one app, will require us to support that in the backend, by basically having it commun

[google-appengine] Re: Is it possible to configure two services on the same url in dispatch.yaml?

2017-11-06 Thread 'George (Cloud Platform Support)' via Google App Engine
It is indeed possible to have multiple logical units that can share state using the datastore or memcache. You can use the dispatch.yaml to send incoming requests to a specific service (formerly known as modules) based on the path or hostname in the URL.The rules that you define in your dispatc

[google-appengine] Is it possible to configure two services on the same url in dispatch.yaml?

2017-11-06 Thread Mina Demian
Hi all, Battling to get this to work. I have an app composed of two services - frontend in Angular, backend in Node. dispatch: - url: "-dot-apt-aleph-767.appspot.com/" service: - url: "-dot-apt-aleph-767.appspot.com/backend/" service: This is the output from `gcloud app descri

[google-appengine] Re: App Engine Websockets! PLEASE HELP

2017-11-06 Thread 'Steren Giannini' via Google App Engine
Hi, I am a Product Manager on App Engine. Websockets is a feature we are actively working on and that is currently in alpha stage for App Engine Flexible environment. If you want to get an early access in order to validate your app runs as expected, please fill this form: https://goo.gl/forms/bA

[google-appengine] App Engine Websockets! PLEASE HELP

2017-11-06 Thread Callan A. Carr
So I decided to migrate to App Engine from Heroku for my *ruby on rails application* I REALLY like this platform and successfully deployed my app to the *flexible environment.* I was devastated to see that my web-socket functionality was not working and this would not work because it is not sup

[google-appengine] Re: How do I find out what I am being billed for?

2017-11-06 Thread Ani Hatzis
I'm surprised your app.yaml has no "resources" section defined, because the default would be "cpu: 1", which wouldn't add up with the instance core hours you have reported from your billing. But the default is also "automatic_scaling", so maybe between the moments you have checked, your app sca