Re: [google-appengine] High latencies in google app engine in the same timeframe everyday

2019-08-20 Thread Cristian Bullokles
I'm almost sure it's a > platform problem... > > On Tue, Aug 20, 2019 at 11:00 PM Cristian Bullokles < > cristian.bullok...@gmail.com> wrote: > >> I've exactly the same problem,the app engine is really slow. I only have >> one "client"

Re: [google-appengine] High latencies in google app engine in the same timeframe everyday

2019-08-20 Thread Cristian Bullokles
I've exactly the same problem,the app engine is really slow. I only have one "client" device, and the responses are around 300ms.. So I think it is not an scalability issue. Any thoughts? I think we are all in the same boat, I'm from argentina too. Cristian On Tue, Aug 20, 2019 at 6:43 PM Lucian

Re: [google-appengine] making app engine app only accessible to gsuite members

2019-05-09 Thread Cristian Bullokles
Do you want to authenticate an app? I suggest you to take a look to google sign in documentation. In client side https://developers.google.com/identity/sign-in/web/sign-in Backend auth: https://developers.google.com/identity/sign-in/web/backend-auth Let me know if that works for you. Cristian

Re: [google-appengine] Re: NodeJS AppEngine App error connecting to Google Cloud SQL

2019-04-23 Thread Cristian Bullokles
What do you mean by doesn't look right to me? I deploy exactly the same code in Standard and it does not work, but if I deploy it using Flex, it does work. On Tue, Apr 23, 2019 at 5:40 PM Jason Collins wrote: > Your connection string doesn't look right to me. Check out this example: > https:

[google-appengine] Re: NodeJS AppEngine App error connecting to Google Cloud SQL

2019-04-23 Thread cristian . bullokles
This is the repository: https://github.com/cbullokles/appengine-error On Monday, April 22, 2019 at 11:32:48 PM UTC-3, cristian...@gmail.com wrote: > > > Hi, > I'm trying to connect a simple NodeJS App (A REST API) deployed into > AppEngine to a Google Cloud SQL instance. > Every time

Re: [google-appengine] Re: NodeJS AppEngine App error connecting to Google Cloud SQL

2019-04-23 Thread Cristian Bullokles
The repo is: https://github.com/cbullokles/appengine-error On Tue, Apr 23, 2019 at 5:11 PM Jason Collins wrote: > Can you post your repro? > > On Monday, 22 April 2019 19:32:48 UTC-7, cristian...@gmail.com wrote: >> >> >> Hi, >> I'm trying to connect a simple NodeJS App (A REST API) deploy

[google-appengine] NodeJS AppEngine App error connecting to Google Cloud SQL

2019-04-22 Thread cristian . bullokles
Hi, I'm trying to connect a simple NodeJS App (A REST API) deployed into AppEngine to a Google Cloud SQL instance. Every time I deploy the app using a flex environment, it works perfectly, but when I try to deploy it in a Standard environment it does not work. To isolate the prob