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

2017-11-15 Thread Daniel Sirota
Happenned to me on the AppEngine Standard. Cleaning the staging.PROJECTNAME bucket on GCS fixed it. It appears the folder gets bigger and bigger and it really slows the deploy. On Nov 16, 2017 01:35, wrote: > From limited testing with Java Flexible, it happens with > > server: jetty9 > > > Signi

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

2017-11-15 Thread voice . elli
>From limited testing with Java Flexible, it happens with server: jetty9 Significantly less issues with standard Java, though we want to user the jetty built in container. What we see is that initial deployment is OK, and every consecutive deployment slows down exponentially, until above hal

[google-appengine] Re: GAE roadmap

2017-11-15 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
There is no current public roadmap documentation available for GAE (or GCP) other than occasional roadmap announcements at industry events. Is there a specific product / feature you are interested in? -- You received this message because you are subscribed to the Google Groups "Google App Engi

[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-15 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
There are several actions that create clients behind the scenes. For this reason we do not document a specific number, because any number we provide would seem inaccurate depending on your situation. Our informal advice as Support is to have separate projects, each with their own small set of c

[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-15 Thread Yosi Dediashvili
Hi, 1. Can you state the limit value here, i.e., is it a limit per type of ClientID, or just total number of client IDs under that project? 2. Is the limit increase available for higher support (paying) levels? On Tuesday, November 14, 2017 at 9:16:06 PM UTC+2, Yannick (Cloud Platform Support)

[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-15 Thread Yosi Dediashvili
Hi, 1. Can you stay the limit value here, i.e., is it a limit per type of ClientID, or just total number of client IDs? 2. Is the limit increase available for higher support (paying) levels? On Tuesday, November 14, 2017 at 9:16:06 PM UTC+2, Yannick (Cloud Platform Support) wrote: > > Hello Yos

[google-appengine] GAE roadmap

2017-11-15 Thread Samuel Cousin
Hi Is there a some sort of roadmap document available for GAE (or GCP as a whole)? I have been looking around and heard some stuff about Q1, but I have yet to find a proper document that explains what is the vision for the next couple of months/years Thanks -- You received this message becau

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-15 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Searching for "not package main" I couldn't find the workaround to refer to. As for that Stack Overflow question (also posted here ) it appears to

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-15 Thread Ben Guild
A quick search: https://stackoverflow.com/questions/45603756/dev-appserver-py-can-not-link-go-files On Thursday, November 16, 2017 at 1:40:09 AM UTC+9, Yannick (Cloud Platform Support) wrote: > > Hello, this is a weird error to have as appengine.Main() is a call used by > many go applications

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-15 Thread Ben Guild
I believe it may be a bug with the Mac SDK. On Thursday, November 16, 2017 at 1:40:09 AM UTC+9, Yannick (Cloud Platform Support) wrote: > > Hello, this is a weird error to have as appengine.Main() is a call used by > many go applications, so it is definitely expected to work just fine for > you

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-15 Thread Ben Guild
It's not only me. The reason I had main() commented out was because that was a workaround that I found here on these groups. It's just still a bug and I wanted to bring it up again. On Thursday, November 16, 2017 at 1:40:09 AM UTC+9, Yannick (Cloud Platform Support) wrote: > > Hello, this is a

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-15 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello, this is a weird error to have as appengine.Main() is a call used by many go applications, so it is definitely expected to work just fine for you. The fact that you're the only person to have reported this issue in the year that it has affected you makes me suspect that there might be an

[google-appengine] Re: Python Pickle file from cloud storage in flexible environment

2017-11-15 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
The old 'google.appengine.api' is used by the App Engine API and were made specifically to run on the App Engine Standard environment (which was the only hosted solution at the time). Now with the new App Engine Flexible environmen