Re: [google-appengine] GAE (java) appstats - any way to see what the actual cache keys are for memcache calls? Why is every 5th or 6th seemingly-identical cache get taking way longer? Is there an actu

2017-12-21 Thread Keith Chima
Thanks so much for your response Les. I love these tools, by the way. I was wondering if I could profile the specific stack code that's running to see what part of MY code is taking so long. Through appstats it seems like I can only see the GAE requests and everything else is a bit of a black

[google-appengine] Re: G Suite alerts me to suspend my account. then can my domain continue working for GAE?

2017-12-21 Thread saintthor
ok. thanks. 在 2017年12月22日星期五 UTC+8上午4:50:13,George (Cloud Platform Support)写道: > > If the main issue is related to your email address provided for reference, > you may rather try to have this email address replace with a valid one, an > email you can access normally. > > We have no means to

[google-appengine] Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the annota

2017-12-21 Thread Carlos Lee
I'm trying to migrate google appengine from V1 To V2 as per tutorialo: https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/migrating and I'm getting the following error: *Annotation processors must be explicitly declared now. The following dependencies on the compile classpath

[google-appengine] error: (gcloud.app.create) INTERNAL: Internal error encountered

2017-12-21 Thread R. K. Nair
On the Cloud DSK shell, when I tried the following command, getting this error: gcloud app create error: (gcloud.app.create) INTERNAL: Internal error encountered Project already exists How to to debug this error? -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: G Suite alerts me to suspend my account. then can my domain continue working for GAE?

2017-12-21 Thread 'George (Cloud Platform Support)' via Google App Engine
If the main issue is related to your email address provided for reference, you may rather try to have this email address replace with a valid one, an email you can access normally. We have no means to verify your pointing to google.com. In any case, this could only be a temporary solution, as

[google-appengine] Re: Appengine Latency

2017-12-21 Thread Nilson Pontello
Hi, When deploying using Java 7, the initial spin up time for a new instance is 2.6 s, whereas for Java 8 is even worst, 5.8 s. https://issuetracker.google.com/issues/67992784 Regards On Wednesday, 20 December 2017 02:06:23 UTC-2, Sourav Chandra wrote: > > > We are using appengine with

[google-appengine] Re: AppEngine FullTextSearch: Custom scoring

2017-12-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Filipe, Where did you find the "high priority" post from 2013? It would come handy to have a reference to it. You are right about Elasticsearch, you may use it

Re: [google-appengine] Is Google using GAE?

2017-12-21 Thread 'Steren Giannini' via Google App Engine
Hi, let me rephrase: Google uses App Engine for some external projects and for some internal projects. There are many use cases for using App Engine, and it is definitely not restricted to internal corporate websites. I invite you to read https://cloud.google.com/appengine/ to learn about the

[google-appengine] Re: Codeigniter V 3.6.1 build failed in google app engine flexible environment

2017-12-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Dhandapani, To use a particular web framework, just add it to composer.json: { "require": { "symfony/symfony": " ^3.0" } } In your case, this statement should refer to Codeigniter, not Symfony. There are quite a few references to Symfony in the error messages displayed

[google-appengine] AppEngine FullTextSearch: Custom scoring

2017-12-21 Thread Filipe Caldas
Hi, We have a considerably big collection on Full Text Search (about 17M rows) and we are using FullTextSearch for searching documents. For the search we are basically using 3-Grams of the words and creating a set of potential matches this way, but we need a way to score documents using a

[google-appengine] Codeigniter V 3.6.1 build failed in google app engine flexible environment

2017-12-21 Thread Dhandapani Sattanathan
Hi, I could not deploy CI(Codeignter framework) in app engine flexible environment.This one deployed and build successfully past 1 years. Don't know what newly changed in google app engine flexible with CI framework. Download the latest version CI 3.6.1 in this url -