[google-appengine] Re: appengine cloud sql performance issue ,taking too much time to process the request

2016-08-03 Thread ANOOP M.S
No I haven't used Stackdriver , i will use now and update you. In my case request processing works perfectly with small data, it has a problem when its working with large data and manipulating it. any limitation for app engine in handling large amount of data? On Thursday, August 4, 2016 at

[google-appengine] Max number of concurrent requests in manual scaling

2016-08-03 Thread 'Jungho Ahn' via Google App Engine
Hello, I'm trying to do load tests on my app engine but I couldn't get more than about 8 qps. Each request has long latency w/ external accesses and the cpu utilization is very low. Is there any limitation on the max active requests? The app is running in manual scaling. Thanks, -- You

[google-appengine] Re: Google Frontend inconsistent caching

2016-08-03 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Matt, This is very interesting, and although I'd almost say it qualifies for a post to the Public Issue Tracker, we can also discuss it here, since it's somewhat broad, and it would be inconvenient to migrate all this info. Are you making your requests from behind any kind of proxy? This

[google-appengine] Re: How to connect to Remind service

2016-08-03 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Yimean, I don't have any experience with Redmine , so my best recommendation is to search carefully through their documentation. They must have some kind of documentation for clients to follow. Could you share which documentation you followed in deploying to the

[google-appengine] Re: appengine cloud sql performance issue ,taking too much time to process the request

2016-08-03 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for providing a little more information. 3 to 4 minutes is indeed strange but I cannot reproduce this latency. For testing, I created 100,000 rows of text columns. Then sent over 100 requests to an App Engine instance that retrieves a single row (always the same one) and updates it.

Re: [google-appengine] Re: loading_request=0

2016-08-03 Thread Deepak Singh
Sorry, missed to write the data Average request latency: 127.05 CPU: 8.996 No data for loading latency On Wed, Aug 3, 2016 at 10:08 PM, Deepak Singh wrote: > Hi Nick, > > Thanks for your detailed response. > Based on your response, i guess that none of the data

Re: [google-appengine] Re: loading_request=0

2016-08-03 Thread Deepak Singh
Hi Nick, Thanks for your detailed response. Based on your response, i guess that none of the data seems suspicious in our logs. Here is a log snippet ms=214 cpu_ms=0 cpm_usd=0.2771493 loading_request=0 instance=- app_engine_release=1.9.42 trace_id=c0ed6d9452c7fa778840af791c4a291d However

[google-appengine] Re: GAE app : Warning: file_get_contents(): Unknown status code

2016-08-03 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Ah I see. My apologies. When you said *file*, I assumed you were trying to retrieve an object from Cloud Storage. This is simply attempting to systematically retrieve a public profile from a linkedin URL. The error status *999* is commonly returned by linkedin

[google-appengine] org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] null

2016-08-03 Thread sudheer Aki
Hi All, I am using pipeline code to read a file from Cloud storage. Code : DataflowPipelineOptions options = PipelineOptionsFactory.create().as(DataflowPipelineOptions.class); options.setRunner(BlockingDataflowPipelineRunner.class); options.setProject("projectId");

[google-appengine] Error for /dataflow org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] null

2016-08-03 Thread sudheer Aki
Hi All, I am using pipeline code to read a file from Cloud storage. Code : DataflowPipelineOptions options = PipelineOptionsFactory.create().as(DataflowPipelineOptions.class); options.setRunner(BlockingDataflowPipelineRunner.class); options.setProject("projectId");

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-03 Thread Rajesh Gupta
Hello Nick, There is no enough documentation to get started with using a localserver -> RemoteServer It is suggested to use the following on the local server to access remote RemoteApiOptions options = new RemoteApiOptions() .server("myappid.appspot.com", 443),