Re: [google-appengine] Re: Wordpress ok - now how can I redirect my domain?

2016-08-08 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Lucas, If the instance is on Compute Engine, you should see the recommendations in my first comment about using an HTTP(S) Load Balancer's IP address in the DNS records. You can also take a look at the documentation tutorial

[google-appengine] Re: how to download, edit, upload my app simply with gcloud?

2016-08-08 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey SaintThor, Apologies for the late reply. I can see that you got it to download after all. Is there any additional assistance I can provide? To follow-up on your prior question, the latest version can be found at https://cloud.google.com/appengine/downloads, as appcfg is bundled with the Ap

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

2016-08-08 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Rajesh, Following the "See Also" link in the documentation link provided before, you'll find a more general article on this topic. Searching the method via Google-search also brings up the article: Application Default Credentials

[google-appengine] Re: Task Queue Hang and Do not have a way to purge tasks inside

2016-08-08 Thread Christian F. Howes
FYI - I had the same issue happen to me last friday. I sent feedback from the page and have shared a HAR log with someone on the task queues team. it feels to me like there are problems when the queue size gets to be in the thousands and the execution rate is fast - when my queue got smaller i

[google-appengine] Re: The API package 'search' or call 'IndexDocument()' was not found

2016-08-08 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Apurva, The reason this is failing is because you should be running this code in the context of an App Engine servlet, not merely within the main() method of a traditional java class. Here is an example tutorial

[google-appengine] Re: GAE Modules java example.

2016-08-08 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Good day Pavan, Thank you for posing your questions here. As you've given very little information about your own project/architecture, I'll do my best to provide helpful general articles and resources about such a migration. For one, not knowing your familiarity with microservices, I would sug

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

2016-08-08 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
As mentioned here previously, you cannot use JNI on App Engine due to sandbox security limitations. Though I'm not too familiar with the Snappy library, I've not found much in its documentation

[google-appengine] Re: Performance is *way* too slow with pubsub push -> app engine.

2016-08-08 Thread 'Adam (Cloud Platform Support)' via Google App Engine
This seems like a good question to also cross-post to Stack Overflow for more visibility. Please see the main Community Support page for a list of the tags we monitor. Would you mind sharing the details of your app.yaml configuration as a

[google-appengine] Re: Task Queue Hang and Do not have a way to purge tasks inside

2016-08-08 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thank you for responding to me privately. I'm glad to hear you are no longer encountering this issue and that it seemed transient. Should this error present itself again, I would strongly suggest filing a defect report on the App Engine public issue tracker

[google-appengine] Speech API - word timings

2016-08-08 Thread Gene Matocha
Hi, Just stareted evaluating the Google Speech API. The accuracy is impressive, but it doesn't provide word timings (when in the recording the word occurred) by default, and I don't see it as a configurable option. Does anyone know if this can be enabled, or may be on the roadmap for a future

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

2016-08-08 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Good day Anoop, I hope your testing is going well. To help test latency, I would strongly suggest you consider the following: - What the average size of a client request payload sent to your App Engine instances? - How many of these requests are you seeing per second or minute during

[google-appengine] Re: About bc.googleusercontent.com domain

2016-08-08 Thread Ken Walker
How many maximum IPs can be assigned to single instance of compute engine since we have been receiving requests from more than 60 such IPs (i.e. bc.googleusercontent.com hosts) and all those requests are from single user. - Ken On Monday, August 8, 2016 at 5:27:23 AM UTC+5:30, Adam (Cloud Platf

[google-appengine] Re: Instances restart on reaching maximum number of requests

2016-08-08 Thread Iliya Novikov
Thanks for your replies, Adam and Marcel, After a few days of experimenting with settings for the automatic scaling all of a sudden the warm-up requests started to work for us. This is something I can't really explain. My guess is that this has changed after I set up some non-zero "min-idle-ins

[google-appengine] Re: how to download, edit, upload my app simply with gcloud?

2016-08-08 Thread saintthor
it is done. it is so hard to use only after sevral monthes. 在 2016年8月7日星期日 UTC+8上午1:34:22,saintthor写道: > > hi, Nick, > > i try to download the files with appdfg failed. is there any idea? > > python appcfg.py download_app -A guideep ./guideep > 05:25 PM Host: appengine.google.com > 05:25 PM Fetc