[google-appengine] Re: Ongoing App Engine Commitment?

2017-04-06 Thread 'Jesse Scherer (Google Cloud Support)' via Google App Engine
Hi Tim, sorry for the late reply but I've been working on a novella for you :-) I'm a technical program manager from the GCP support team. I work on community-facing support (which is just part of our support offering) for all of GCP, including App Engine.

Re: [google-appengine] Re: Ongoing App Engine Commitment?

2017-04-06 Thread Jeff Schnitzer
For multiple years now I have been using CircleCI to deploy multiple projects to GAE. My deploys are: “git checkout production; git merge master; git push”. It’s super easy and pretty well documented at Circle’s website. I’m happy to share my configs too. “push to deploy” doesn’t seem like a CI

Re: [google-appengine] Re: gcloud beta logging read creates huge log files in .config

2017-04-06 Thread Julian Bunn
Hello, The size of the files in the ~/.config subdir appear to scale with the number of logs downloaded by the gcloud tool. We are downloading a day's worth of logs at a time, for a busy application which produces around 750k log entries per day. (Downloading this many log entries takes at

[google-appengine] Re: gcloud beta logging read creates huge log files in .config

2017-04-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Julian, We could not reproduce the issue locally. The files in our linux machine’s ~/.config/gcloud/logs directory are reasonably small. You may attempt to reduce the size of your file by applying filtering more aggressively. Details on filter setup are to be found on the “Command Line

[google-appengine] Re: Issue with a new SSL Cert (You must verify ownership of this certificate's domain(s)in order to upload it)

2017-04-06 Thread Arun Shanker Prasad
Thanks Attila. We also ended up doing the same, I removed the existing domain and added it back in again. One important thing to note is that we need to be doing this from the same account that is linked to the domain in webmaster tools, that part is also confusing and not clearly mentioned

[google-appengine] Downloading Logs

2017-04-06 Thread 'Andrew Teall' via Google App Engine
Hi, Over the past couple weeks we've started recieving this error message when trying to download logs from appengine: 2017-04-06 18:26:55,961 INFO appcfg.py:1116 Request with offset None. 2017-04-06 18:26:56,898 INFO appengine_rpc_httplib2.py:303 Too many retries for url

[google-appengine] Re: Incoming request dalyed by 4+ seconds

2017-04-06 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
While the time spans you describe do sound fairly long considering the related actions, there isn't really enough information to know exactly what the root cause might be. I would normally recommend consulting Stackdriver Trace to get more

[google-appengine] Re: Speech API - word timings

2017-04-06 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Apologies for the internal URL. The public issue can be accessed here: https://issuetracker.google.com/37002743 On Wednesday, April 5, 2017 at 7:46:41 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Lance, > > We're aware of this request although we can't provide any timelines on our >

[google-appengine] Re: Ongoing App Engine Commitment?

2017-04-06 Thread Sivaprakash Saripalli
One more point pointing in this direction is continous integration or lack of support for it. They have removed support for Push-to-deploy (been 2 years now I think). I couldn't even find documentation related to wiring up App Engine with Jenkins while there is ample documentation for Google

[google-appengine] Re: Ongoing App Engine Commitment?

2017-04-06 Thread Tim Consolazio
Hmm...I'm not sure that you can ever really avoid writing a back end unless you are doing only very standard, boilerplate things. How would you do a content matched (based on login) retrieval/map/transform of a collection of objects without writing back end (or at least, "virtual" backend)

[google-appengine] Re: Ongoing App Engine Commitment?

2017-04-06 Thread 'dinoboff' via Google App Engine
I don't think Firebase is like GAE. GAE managed a backend server in a scalable way; you're still programming a backend application. Firebase on the other end is suppose to get ride of the backend application. I think Google Cloud Endpoint was trying to solve the same use case than firebase.

Re: [google-appengine] NSA on Python Frameworks ?

2017-04-06 Thread 'Alex Martelli' via Google App Engine
On Thu, Apr 6, 2017 at 8:10 AM, Johan Mutsaerts wrote: > Thanks Alex, > > Great you concur on GAE & Python as good choices for the enterprise web > application developer's toolkit (perhaps a good title for a new book?). > You seem to be in favor of a best of breed approach

Re: [google-appengine] Recommended configuration for a java based App Engine standard application?

2017-04-06 Thread Þórir Gunnarsson
Does anyone have any insights into endpoints v1 vs. endpoints v2? Any real life success stories perhaps? We recently switched to endpoints v2 but without the endpoints management functionality, I'm hesitant to go all in if this isn't being used in production systems by at least a few people,

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

2017-04-06 Thread Stanislas Marion
Hi Nick, Thank you so much for your time and detailed explanations. I've been investigating GKE and it seems like it strikes the right balance between speed and convenience, so I'll probably move progressively towards it. Best, On Thu, Apr 6, 2017 at 1:28 AM 'Nick (Cloud Platform Support)' via

Re: [google-appengine] NSA on Python Frameworks ?

2017-04-06 Thread Johan Mutsaerts
Thanks Alex, Great you concur on GAE & Python as good choices for the enterprise web application developer's toolkit (perhaps a good title for a new book?). You seem to be in favor of a best of breed approach in separating template engine and framework, which eliminates the need for heavy