[google-appengine] gcloud utility on custom Python Flexible VM

2016-08-05 Thread Jonh Kelvin
I'm trying to use gcloud utility within custom Python Flexible VM. Base image: gcr.io/google_appengine/python Cloud SDK: https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-120.0.0-linux-x86_64.tar.gz Unfortunately, valuable gcloud commands fail. It seems like some request

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

2016-08-05 Thread 'Jungho Ahn' via Google App Engine
We're running on Flexible. Here is my app.yaml: service: ranking runtime: python runtime_config: python_version: 2 vm: true entrypoint: gunicorn -b :$PORT main:app resources: cpu: 32 memory_gb: 120 manual_scaling: instances: 3 We're testing various configurations of gunicorn like gun

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

2016-08-05 Thread 'Adam (Cloud Platform Support)' via Google App Engine
What runtime are you using? Are you using the Standard or Flexible environment? Could you post some details from your app.yaml / appengine-web.xml? On Wednesday, August 3, 2016 at 10:52:32 PM UTC-4, Jungho Ahn wrote: > > Hello, > > I'm trying to do load tests on my app engine but I couldn't get

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

2016-08-05 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Apurva, Could you email me the full code so that I can test on a completely separate system from your own? My address in case you can't see it is pay...@google.com. Ordinarily we would want this kind of issue reported in the Public Issue Tracker

Re: [google-appengine] Re: Google Frontend inconsistent caching

2016-08-05 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Matt, This appears worthy of its own thread. It seems very strange that identical apps on different projects should have different caching behaviour. Feel free to send the thread link to me at pay...@google.com when you've created it with label "Restrict-View-EditIssue". I'll be happy to he

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

2016-08-05 Thread Apurva Nandan
Is there any problem with the Java SDK, I tried the latest version 1.9.42 in eclipse. It still doesn't work. This is really puzzling me now. On Aug 5, 2016 9:25 PM, "Apurva Nandan" wrote: > Hi. I am using Eclipse and in the configuration for Google app engine, I > just provide the latest SDK loc

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

2016-08-05 Thread Apurva Nandan
Hi. I am using Eclipse and in the configuration for Google app engine, I just provide the latest SDK location (folder) which I have downloaded. I have cross-checked it multiple times. I am using the latest SDK. - Apurva On Jul 29, 2016 11:53 PM, "'Nick (Cloud Platform Support)' via Google App Eng

[google-appengine] STILL , Google blocks access to GAE from Iran!

2016-08-05 Thread Shahab Siavash
Hello, We are still struggling with this issue from Iran. I have got a license to use the website: www.imxprs.com (It is a service to *design websites*) and after tha

[google-appengine] Re: Google blocks access to GAE from Iran, possibly other countries

2016-08-05 Thread Shahab Siavash
Hello, We are still struggling with this issue from Iran. I have got a license to use the website: www.imxprs.com (It is a service to *design websites*) and after tha

[google-appengine] Database Developer/ Admin || New York City, New York

2016-08-05 Thread rahul goswami
Hi Please share profile at rahulg...@onsinteractive.com *Job Title: Senior Applications Database Developer* *Location: New York City, New York* *Duration: 6 Months Plus* *Must have Skills:-*Be well-versed in the technologies chosen for developing Scholastic’s web application solutions (e.g.,

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

2016-08-05 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Deepak, Could you reupload those attached images? I can't see them from my end. As well, a few more example logs would help to determine what might be going on. Cheers, Nick Cloud Platform Community Support On Wednesday, August 3, 2016 at 12:39:22 PM UTC-4, Deepak Singh wrote: > > Hi Nic

[google-appengine] Re: Bizarre Panic on NewKey

2016-08-05 Thread Robbie McKinstry
Hey Evan, thanks for the reply! You saved my butt! I would have never figured this out on my own. I moved the call to save() out of the init function and into the warmup handler, and that did the trick! Thanks again! :) On Friday, 5 August 2016 09:56:38 UTC-4, Evan Jones wrote: > > I've actuall

[google-appengine] Re: Bizarre Panic on NewKey

2016-08-05 Thread Evan Jones
I forgot to mention, the following Stack Overflow post is super useful on the subject of initialization with Go on App Engine: http://stackoverflow.com/questions/36184701/initializing-go-appengine-app-with-datastore On Friday, August 5, 2016 at 9:56:38 AM UTC-4, Evan Jones wrote: > > I've actua

[google-appengine] Re: Google Frontend inconsistent caching

2016-08-05 Thread Simon Green
Maybe related but I just noticed that my dashboard reports no cached content being served for the last day or so and the Age header is missing from the responses. Even static content defined in app.yaml isn't being cached (it seems). This is happening on the same project with content served fro

[google-appengine] Re: Bizarre Panic on NewKey

2016-08-05 Thread Evan Jones
I've actually only used Go to *query* the datastore, so I haven't tried creating keys. However, a quick note that might be related: If you are using the "Standard Environment": you can't use App Engine APIs outside of handlers, because you need a "real" App Engine context. Make a web request t

[google-appengine] Domain visibility now available

2016-08-05 Thread 'Lorne Kligerman' via Google App Engine
If you use App Engine with your own custom domain you may have noticed that domain verification must be done individually. Once verified and mapped to your app you are the only one who is able to see this mapping, which can be very confusing to other members of the project. I'm happy to announce

[google-appengine] GAE Modules java example.

2016-08-05 Thread Pavan Jayam
Hi, I am new to Google App Engine. I have a requirement to move some functionality as a new module in the same project. can you please suggest how to separate the functionality and the configuration of the default and new module should be. Please provide some sample code/project for reference