[google-appengine] java8 parallel streams

2018-03-14 Thread Rajesh Gupta
Hi, Writing code in parallel streams: Will it benefit on java appengine runtime. Because, parallel streams talk about taking advantage of available cores. -- , Rajesh *www.VeersoftSolutions.com * *www.GainERP.com *

[google-appengine] Re: unable to connect to google cloud sql database after deploying an app

2018-03-14 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hello Rajan, For specific technical questions that do not relate to a bug or a feature request , I also recommend that you post your redacted question on Stack Overflow using one of the

[google-appengine] Re: unable to connect to google cloud sql database after deploying an app

2018-03-14 Thread Julio Brito
El miércoles, 14 de marzo de 2018, 13:07:54 (UTC-5), Rajan Subramanian escribió: > > > Hello, im using python 3.5 on a flexible environment in google app > engine. I am trying to deploy a django app and am running into issues. In > my cloudsql, i have created an instance: retail18 with a

[google-appengine] unable to connect to google cloud sql database after deploying an app

2018-03-14 Thread Rajan Subramanian
Hello, im using python 3.5 on a flexible environment in google app engine. I am trying to deploy a django app and am running into issues. In my cloudsql, i have created an instance: retail18 with a username 'root' and password: 'check'. the database is called 'live' When i fire up my

[google-appengine] Re: Dispatching to more than 20 URLs

2018-03-14 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
A similar issue was also discussed in part on this thread . Basically developers have two options: 1- File a quota increase request with valid

[google-appengine] Dispatching to more than 20 URLs

2018-03-14 Thread Joshua Fox
The *dispatch.xml* file can contain up to 20 routing rules . We want to do traffic shaping for A/B testing by directing different subdomains to different services (which are different variants of the same

[google-appengine] Re: Please help me to fix up the issue

2018-03-14 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
A thread like this is off-topic for Google Groups, and should be posted to StackOverflow . This forum isn't meant for specific 1-on-1 technical issues, but for general discussion of the platform and its services. With StackOverflow

[google-appengine] Please help me to fix up the issue

2018-03-14 Thread Kumar Gowrav
Iam unable to access redislabs memcache in app engine. It throws the following error var memjs = require('memjs'); var mc = memjs.Client.create('memcached-14212.c1.us-central1-2.gce.cloud.redislabs.com:14212', { username: 'xx', password: 'xxx' },function(err,data){