[google-appengine] Re: Need advice on architecture of my program

2017-08-23 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
It is very possible and here is an example: 1- Send a request to Datastore API to create some entry. 2.1- Send a request to Datastore API to update same entry. 2.2- Send a request to Datastore API to query the updated entry. 3- Use Google Cloud Translate API to translate a value of the fetched e

[google-appengine] Need advice on architecture of my program

2017-08-23 Thread simon lin
Hi, I'm new to Google Cloud, so I'm not sure if I should post my question in this group, please let me know if not right. I'm developing a desktop application which will call some Google Cloud Translate APIs, and I need to take care of something on Google Cloud side after receiving the request

[google-appengine] Re: How to increase the 20 rules limit in dispatch.yaml

2017-08-23 Thread Soeren Balko
OK, so we submitted a quota request - even though there is technically no category for dispatch.yaml rules. Thank you for suggesting this! Let's see how this goes, its no less than our 5th (!) attempt to make the Google Cloud division answer our inquiry, which is beyond ridiculous. Just to list

[google-appengine] Short Survey: Flex Runtime for PHP

2017-08-23 Thread 'Takashi Matsuo' via Google App Engine
Hi! If you don't care about the Flex Runtime for PHP (env: flex, runtime: php), please stop reading. We have been providing App Engine Flexible Runtime for PHP as Beta for several months now, and we're considering to bring it to GA shortly. Before doing so, we'd like to make sure you are happy ab

[google-appengine] Re: NONISSUE: virtualenv python3 selection not taking effect in container

2017-08-23 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Glad to hear you've resolved your issue. If in the future you come across some some behavior that looks like an issue with the platform, you can report it using our issue tracker . On Wednesday, August 23, 2017 at 12:45:51 PM UTC-4, Juan Uys

[google-appengine] NONISSUE: virtualenv python3 selection not taking effect in container

2017-08-23 Thread Juan Uys
Turns out the dropdown for the version in the log viewer was on a previous version, and it does in fact now use py3.6 On Wednesday, 23 August 2017 17:23:08 UTC+1, Juan Uys wrote: > > > Hello, > > According to > https://cloud.google.com/appengine/docs/flexible/python/customizing-the-python-runtim

[google-appengine] virtualenv python3 selection not taking effect in container

2017-08-23 Thread Juan Uys
Hello, According to https://cloud.google.com/appengine/docs/flexible/python/customizing-the-python-runtime#selecting_the_python_version I can tell virtualenv to use Python 3.5, but this doesn't seem to take effect after a gcloud deploy, judging by the stack trace. Two tell-tale signs: "python

Re: [google-appengine] Re: Connecting from app engine instance to compute engine instance directly

2017-08-23 Thread guillaume blaquiere
Thanks. I subscribed to this groups for updates. I hope to have good news soon :) Le mercredi 21 juin 2017 22:34:53 UTC+2, Lorne Kligerman a écrit : > > Nothing to report at this point, I'll post more details when ready. > > > > On Wed, Jun 21, 2017 at 11:48 AM, Robert Dyas > wrote: > >> Still w

Re: [google-appengine] Re: 502 Bad gateway error

2017-08-23 Thread Karikalan Kumaresan
Hi, I am facing the same issue. I am running spring boot in GAE flex. While it runs fine for around 30 concurrent users, when the number of users increases it throws 502 error and the tomcat gets restarted. I am not sure what causes this issue. Not seeing any useful errors in the logs. Any reso

[google-appengine] Re: Where to edit source code in gcp

2017-08-23 Thread Nagaraja SV
Thank you On Wednesday, August 2, 2017 at 10:23:39 PM UTC+5:30, George (Cloud Platform Support) wrote: > > Hello Nagaraja, > > A local development server is specifically offered for situations like > yours, when one needs to develop and test Go code on the local machine, > before finally depl