[google-appengine] Re: Missing logs (for 12 hours) on Node.js Google App Engine Flexible Environment

2017-10-11 Thread Marco Galassi
Hi Yannick, I think you gave me the wrong link because it bring me to "MOMA inside Google" that looks like something for Google Employees Marco On Tuesday, October 10, 2017 at 6:31:03 PM UTC+2, Yannick (Cloud Platform Support) wrote: > > Hello Marco, > > There is no obvious reason why App E

[google-appengine] Re: Missing logs (for 12 hours) on Node.js Google App Engine Flexible Environment

2017-10-11 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
So I have, sorry about that. This is the correct link. On Wednesday, October 11, 2017 at 4:00:19 AM UTC-4, Marco Galassi wrote: > > Hi Yannick, > > I think you gave me the wrong link because it bring me to "MOMA inside

[google-appengine] App Engine Task Queue PHP Library

2017-10-11 Thread pbaldovi
Hi, Im developing a PHP app using Laravel. I cant find any PHP library to connect and use App Engine Task Queue. Actually i have installed the google\clud package. thanks for help -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubs

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

2017-10-11 Thread Abdulaziz Yaakup
Hi, I also faced same issue on this GAE flex env. But, I solve it by adding the GAE instance VM's ip address to the Cloud SQL Authorized Network. Btw, if I set using unix_socket connection at MYSQL_DSN did not work at all for me. So, just set it with host and database name ("mysql:host=;dbname=

[google-appengine] Re: App Engine Task Queue PHP Library

2017-10-11 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello, App Engine Task Queues do not have libraries outside of the standard environment . If you want to use the service outside of the standard environment, you can sign up for the Cloud Tasks Alpha

[google-appengine] How to get more info about 502 error

2017-10-11 Thread adrienbigler
> > I deployed a NodeJs Express App on App Engine. My app is linked with a SQL > instance. My deploy works fine I have no error. The problem is when I want > to access my app with http GET I always get the response 502 Bad Gateway | > Nginx. If I check the logs the only info I have with *gcloud

[google-appengine] Re: Google App Engine, Nodejs, 502 Bad Gateway

2017-10-11 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
So just for completeness and clarity, the error you are seeing on your backend service "upstream prematurely closed connection while reading response header from upstream" strictly means that the nginx proxy on that specific instance of your backend service fails to contact the webserver (aka y

[google-appengine] How to globally set Transaction Isolation level to READ-COMMITTED ?

2017-10-11 Thread René Desautels
We can't use SET GLOBAL tx_isolation = 'READ-COMMITTED'; SET GLOBAL binlog_format = 'ROW'; Because even root don't have the special permission required for these actions Is there another way ? We are using Gen1 going Gen2 soon. -- You received this message because you are subscribed to

[google-appengine] Re: How to get more info about 502 error

2017-10-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Adrien, More information is needed, mostly about your CloudSQL setup. Can you authenticate and log in properly to CloudSQL? Does your app access the database instance? The likeliest cause for the 502 Bad Gateway error is generally a lack of response from the back-end, in this case your C