[google-appengine] SQL Instance stuck in "Instance is being updated. This may take a few minutes" H

2020-01-29 Thread Misha Chitharanjan
Hey everyone, We resized a Google cloud SQL instance and now it's stuck saying "Instance is being updated. This may take a few minutes". The options to restart/edit/etc are all disabled while it's in this status. Hopefully someone here has some insight on a way to unstick it? Thanks! -- Y

[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-01-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Diego, The directory called "appengine-staging" is required, and created by default. You are able to modify its location using the stagingDirectory parameter of the appengine:deploy goal. It is the directory to which to stage the application. Default is ${project.build.directory}/appeng

[google-appengine] Access non-secure http endpoint inside the standard app engine?

2020-01-29 Thread Mapperkids
Hi, We try to access the non-secure endpoint within the app that running on standard app engine, Google compliant about it and blocked the request, there is no way I can ask the source to enable https, how can we bypass it or make the endpoint as exception. The endpoint is like http://83.34.23

[google-appengine] Re: SQL Instance stuck in "Instance is being updated. This may take a few minutes" H

2020-01-29 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello, Because Google Groups is meant to discuss Google products and share opinions, the best way to report an issue is to create an Issue Tracker where we may share private details of your project. You may use the link here

[google-appengine] Re: Koa.js server with low traffic, flex vs standard env

2020-01-29 Thread 'Jad El Houssami' via Google App Engine
The standard environment seems to fit your needs a lot more, though you will have to settle with using Node.js as you mentioned since Koa.js is not supported. App Engine standard will provide you with a quicker instance startup time (seconds) compared to flex (minutes). It’s also ideal if your

[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-01-29 Thread 'DIEGO GARCIA TEBA' via Google App Engine
Hi George, I've updated from the deprecated AppCfg to Apache Maven Cloud SDK based plugin. When I did it, the same app with the same dependencies have a different size. I'm attaching a screenshoot. Any idea? Regards, Diego On Wednesday, January 29, 2020 at 5:35:58 PM UTC+1, George (Cloud Plat