Re: [google-appengine] Re: Deployments stuck at "Update App Engine module"

2017-06-28 Thread PK
I cannot share the ticket because they made the ticket “private" so I can upload my logs. I did enter a link to this thread in the comments. > On Jun 28, 2017, at 8:21 PM, Geoffrey Arnold > wrote: > > Thanks Yannick and PK. > > PK, can you post a link to the issue you filed so I can follow? >

Re: [google-appengine] Re: Deployments stuck at "Update App Engine module"

2017-06-28 Thread Geoffrey Arnold
Thanks Yannick and PK. PK, can you post a link to the issue you filed so I can follow? On Wed, Jun 28, 2017 at 2:07 PM, PK wrote: > Geoffrey I had the same issue. I filed a case and a bug report. Somebody > from Google is already looking into it. I worked around by going back to > SDK deploymen

Re: [google-appengine] Re: App Engine to Compute Engine communication via internal IP

2017-06-28 Thread 'Lorne Kligerman' via Google App Engine
Not just yet. We'll let you know when we're ready for early tests. Thanks! On Wed, Jun 28, 2017 at 3:07 PM, Robert Dyas wrote: > Now that GAE Std Java 8 is in beta, is there any update on when this might > become available for testing? > > On Wednesday, January 4, 2017 at 1:25:40 PM UTC-5, Lorn

[google-appengine] Re: App Engine to Compute Engine communication via internal IP

2017-06-28 Thread Robert Dyas
Now that GAE Std Java 8 is in beta, is there any update on when this might become available for testing? On Wednesday, January 4, 2017 at 1:25:40 PM UTC-5, Lorne Kligerman wrote: > > As Adam mentioned, this is only possible right now with the flex. However > we do know this is a problem and are

[google-appengine] Issue deploying AppEngine Flexible Endpoints example app .Net

2017-06-28 Thread Paul Mazzuca
In following the instructions for https://cloud.google.com/endpoints/docs/get-started-app-engine-dotnet, when running the following commands, I receive the exception below: gcloud beta app deploy .\bin\Debug\netcoreapp1.0\publish\app.yaml Unhandled Exception: System.IO.FileNotFoundException: C

[google-appengine] Re: Google App Engine Endpoints for iOS

2017-06-28 Thread 'George (Cloud Platform Support)' via Google App Engine
How did you set your bundle identifier? You can find some useful detail on the "Configuring Your Xcode Project for Distribution" documentation page . You m

[google-appengine] Re: Deployments stuck at "Update App Engine module"

2017-06-28 Thread PK
Geoffrey I had the same issue. I filed a case and a bug report. Somebody from Google is already looking into it. I worked around by going back to SDK deployment appcfg.py that fortunately still works for me. On Tuesday, June 27, 2017 at 12:44:54 PM UTC-7, Geoffrey Arnold wrote: > > Hello, > > It

[google-appengine] Re: What happens to requests in Instance Request Pending Queue when a backend instance gets terminated due to “Exceeded soft private memory limit”?

2017-06-28 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Ankur, Normally, those requests should be rerouted to other available instances or be converted to loading requests (if applicable). It's possible that if the startup time of a particular app is too long and the scaling parameters are tightly constrained, pending requests will timeout.

[google-appengine] Google App Engine standard now supports Java 8

2017-06-28 Thread Thanasis Delenikas
== thank you == https://cloudplatform.googleblog.com/2017/06/Google-App-Engine-standard-now-supports-Java-8.html :) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an

[google-appengine] Re: Running versions with Microservices

2017-06-28 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
You probably meant that your current project is already a set of micro-services. In that case you could probably deploy each preview-version micro-service with an alternate name (meaning your code would have to be adapted to it) but this is not a very nice solution. You could also deploy all o

[google-appengine] Re: Running versions with Microservices

2017-06-28 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello, unless I'm misunderstanding something you have described the proper solution yourself. You should be deploying your preview version as a separate service which makes it

[google-appengine] Re: Deployments stuck at "Update App Engine module"

2017-06-28 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
I'm glad to hear you were able to work around this issue. Such internal errors are often transient in nature but if you were to be persistently affected by such an issue with no clear error message, you should consider reporting the issue o

[google-appengine] What happens to requests in Instance Request Pending Queue when a backend instance gets terminated due to “Exceeded soft private memory limit”?

2017-06-28 Thread Ankur Choraywal
down votefavorite I have B* instances running on App Engine(Python env) to serve user facing requests. Sometimes I see B* instances getting terminated due to *Exceede

[google-appengine] Re: Lost Image Data from the cloud, how to get it back

2017-06-28 Thread Richard Cheesmar
Ok I deleted data via a task that was accidently fired, does that then mean the data is irretrievable? What happens to the intensive backup data that was mentioned? Is this intensive backup data irretrievable? On Tuesday, June 27, 2017 at 11:39:18 PM UTC+3, Jordan (Cloud Platform Support) w