[google-appengine] Re: Why is GAE not popular?

2017-10-31 Thread Vitaly Bogomolov
Hi, Torsten, My 5 cents. GAE allows measure "quality of code" in money. If the code is "bad", you need a lot of GAE resources -> lot of money for serving your app. This thing for some reason not liked by most developers. :) WBR, Vitaly. -- You received this message because you are

[google-appengine] Re: All Managed VMs beta instances were turned down in the past hours.

2017-10-31 Thread Jianliang Zhao
Reported an issue: https://issuetracker.google.com/issues/68727696 On Tuesday, October 31, 2017 at 4:38:30 PM UTC-7, Jianliang Zhao wrote: > > According to this page: > https://cloud.google.com/appengine/docs/flexible/java/upgrading, the > shutdown of managed VMs will be 12/15/2017. Why is it

[google-appengine] Re: All Managed VMs beta instances were turned down in the past hours.

2017-10-31 Thread Jianliang Zhao
According to this page: https://cloud.google.com/appengine/docs/flexible/java/upgrading, the shutdown of managed VMs will be 12/15/2017. Why is it started all of a sudden? *Beta decommission date: December 15th, 2017* On December 15th, 2017, the Managed VMs environment (vm:true) will be shut

[google-appengine] Re: 413 NGINX error on large file uploads

2017-10-31 Thread Scott Campbell
Hey Yannick, Thanks for your input. In the case that I need to upload files that are larger than 32 MB, what are my options? I was hoping to upload to cloud storage using my app. It was the reason I built it haha. On Tuesday, October 31, 2017 at 3:32:05 PM UTC-4, Yannick (Cloud Platform

[google-appengine] All Managed VMs beta instances were turned down in the past hours.

2017-10-31 Thread Justin Yip
Hi, My company has multiple instances running on AppEngine. Since 2:38pm PST, we notices that *all* Managed VMs beta instances (*vm: true*) across multiple projects were turned down by "apphosting-managed-vm-turnd...@system.gserviceaccount.com". See screenshot

[google-appengine] Re: A lot of instability in Google App Engine Standard today

2017-10-31 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Link to the Public Issue Tracker . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Re: [Google Cloud Insiders] A lot of instability in Google App Engine Standard today

2017-10-31 Thread PK
Many thanks to Rahul who jumped in and addressed the issue for my affected project. It turns out, this was another manifestation of this issue that needs to be addressed. (Basically, Google rolled out a new runtime to a percentage of the

[google-appengine] Re: [Google Cloud Insiders] A lot of instability in Google App Engine Standard today

2017-10-31 Thread 'Rahul Ravindran' via Google App Engine
Hello, What is your app-id where you are seeing this? Thanks, ~Rahul. On Tue, Oct 31, 2017 at 1:37 PM, PK wrote: > Many requests fail, usually Ajax calls but I just got one in the UI. I am > in US Central/python runtime anybody else experiencing instability? > > Error: Server

[google-appengine] A lot of instability in Google App Engine Standard today

2017-10-31 Thread PK
Many requests fail, usually Ajax calls but I just got one in the UI. I am in US Central/python runtime anybody else experiencing instability? Error: Server Error The server encountered an error and could not complete your request. Please try again in 30 seconds. -- You received this

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

2017-10-31 Thread Yosi Dediashvili
Hi, We're managing more than 100 apps with google login on Android but using the same SDK client ID on all of them. This means that we need to register every single app separately with its appropriate *package name *under: API & Services > Credentials > Create Credentials > OAuth client ID >

[google-appengine] Re: 413 NGINX error on large file uploads

2017-10-31 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Scott, an App Engine application cannot receive inbound requests that are larger than 32MB . This limit cannot be increased. In order to store large files, you should instead upload them directly to Cloud Storage. Resumable uploads

[google-appengine] Re: PHP app engine cannot connect to cloud sql

2017-10-31 Thread Attila-Mihaly Balazs
I'm no PHP expert, but I believe that for mysqli_connect to work with Unix Domain Sockets, one must specify "localhost" for the host and the socket as the last parameter. From here: https://stackoverflow.com/a/13771199/1265 The syntax would be: mysqli_connect("localhost",

[google-appengine] Re: App Engine closed local connection on Cloud sql

2017-10-31 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As described in the blue 'Note' in the documentation , your instance type is PostgreSQL and connections from App Engine to PostgreSQL are not currently supported in the App Engine Standard environment. Our engineering team is

[google-appengine] Re: i am being charge like hell on flex app engine for laravel 5.5

2017-10-31 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Your charges reflect the resources you have been using and/or explicitly reserving, which included several Flex instances running at all times. You should be sure to delete or disable any resources you are not actually using. As for App Engine Standard, it has the ability to scale down to zero

Re: [google-appengine] Re: Session Management

2017-10-31 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
The exact technical details of session support are not publicly documented, but the appengine-web.xml Reference you pointed to before does say it stores the data on the Datastore with Memcache acting

[google-appengine] 413 NGINX error on large file uploads

2017-10-31 Thread Scott Campbell
Hey Everyone, Hoping to get some help, as there doesn't seem to be much support in the Google docs regards the NGINX configuration when running an app in Google App Engine. My app is running fine, but I get this 413 error when I try and upload an audio file (.wav or .mp3). "413 Request

Re: [google-appengine] Re: Session Management

2017-10-31 Thread Joshua Fox
> > Note that session support is something that is done per-runtime and > per-framework, > I am asking specifically about Google Application Engine Standard Environment Java 7; and for Java 8. but most if not all of them include it as it is indeed a basic feature of a > web server. Part of the

[google-appengine] Re: Why is GAE not popular?

2017-10-31 Thread Richard Cheesmar
Hi, Torsten, Google App Engine was, I suspect, originally adopted by Python and Java developers in the early days, it was seen as a very cheap alternative as a Paas. Based around the no-sql datastore, it offered quite a few advantages to say the heavy-ish load of say a straight Django based