Re: [google-appengine] Re: Pprof handlers behind admin login

2017-08-16 Thread Shaunak Godbole
Hi Shivam, Yes, that is correct. The actual problem is that I want to be able to authenticate using command line tools such as go tool pprof. Currently, the server just sends a 302 status code which tries to redirect me to the Google Authentication screen. Is there a way to get an

[google-appengine] Re: Pprof handlers behind admin login

2017-08-16 Thread 'Shivam(Google Cloud Support)' via Google App Engine
Are you referring to the admin login as described in the handlers . Did you check what the url header is returning and were there any issues authenticating to the application? On Wednesday, August 16,

Re: [google-appengine] Is App Engine good for students?

2017-08-16 Thread 'Alex Martelli' via Google App Engine
GCP's "always free" tier, see

Re: [google-appengine] Mail API Quotas

2017-08-16 Thread Gadi Levy
Thanks, I'll have a look at it. On 11 Aug 2017 7:46, "Attila-Mihaly Balazs" wrote: > You could look into setting up SPF and DKIM for your domain + sendgrid. I > found that it helps greatly. Some articles to get you started: > >

[google-appengine] Is App Engine good for students?

2017-08-16 Thread Bishop Zareh
I am very familiar with Compute Engine, but rather new to App Engine. My students currently use Heroku for the apps they build during the semester. They are able to create a free premeptable instance, which is perfect because they are the only person using the app. I would like to have them

[google-appengine] Pprof handlers behind admin login

2017-08-16 Thread Shaunak Godbole
Hi, We are trying to add the pprof handlers to our app engine project: https://golang.org/src/net/http/pprof/pprof.go. Everything works fine and we can use 'go tool pprof' to generate heap profiles. However, I would like to put it behind an admin login. Putting this behind an admin

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-08-16 Thread Gunar Cassiano Gessner
Hi Nick, thank you for the information. Are there any updates on decreasing GCLB configuration push times? Is there a way for me to bypass it if using "manual_scaling: instances: 1"? Thank you, Gunar. On Wednesday, April 5, 2017 at 8:28:11 PM UTC-3, Nick (Cloud Platform Support) wrote: > > Hey

[google-appengine] Re: Deployment Fails with Client Error(400) on appcfg.py update and with [13] An internal error occurred on gcloud app deploy.

2017-08-16 Thread 中村智
Thank you Kenworth. I posted to StackOverflow. And I can't deploy to another version with same error. I hope to be solved on StackOverflow. 2017年8月16日水曜日 8時33分30秒 UTC+9 Kenworth (Google Cloud Platform): > > A thread like this is off-topic for Google Groups, and should be posted to >

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-08-16 Thread Gunar Cassiano Gessner
I experience the same slowness. It makes sense that it the problematic part is GCloud's Load Balancer, as pushing code and building the container seems relatively fast. Are there any updates on this on Google's part? On Thursday, May 4, 2017 at 8:07:31 PM UTC-3, E EE wrote: > > From my

[google-appengine] Re: Datastore: Problem updating entities

2017-08-16 Thread Filipe Caldas
Hi Shivam, Is it possible to use Python instead of Java on Dataflow to do the update on Datastore? If so where can I find an example? Best regards, On Tuesday, 15 August 2017 18:04:58 UTC+1, Shivam(Google Cloud Support) wrote: > > The job could tend to be slow for such amount of entities