Re: [google-appengine] Re: Where can your run "legacy" Google App Engine (Java) applications?

2021-04-29 Thread wesley chun
At this time, you can run those applications with the "bundled services" on our Java 8 App Engine runtime . That's the latest version w/the bundled services available. The other one is Java 11 but *without* bundled services

[google-appengine] Re: Where can your run "legacy" Google App Engine (Java) applications?

2021-04-29 Thread 'cyberquarks' via Google App Engine
Hi, our app is built on Google App Engine (Java) version 1.9.40 where all components are "integrated" into the runtime, the Datastore, the Task Queue etc. On Friday, April 30, 2021 at 1:53:21 AM UTC+8 Elliott (Cloud Platform Support) wrote: > > Hello, > > I understand that you would like to

[google-appengine] Re: Unstable latency inside of the Google infrasturcture during execution requests to Google AppEngine Standard

2021-04-29 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Just by looking at this, it may be hard to tell why there’s a discrepancy between the first and second attempt. It could be related to cold starts 1 ,2

[google-appengine] Re: Where can your run "legacy" Google App Engine (Java) applications?

2021-04-29 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello, I understand that you would like to run a legacy Java App Engine application on the infrastructure that exists currently in Google Cloud Platform without modifying the existing project. I was able to find a document

[google-appengine] Where can your run "legacy" Google App Engine (Java) applications?

2021-04-29 Thread 'cyberquarks' via Google App Engine
Where can you run GAE application built with "integrated" Datastore? Meaning, those application that were build prior to Google platform making the Datastore a separate service from the "core" GAE service. That is without modifying the project. Can the current Google App Engine run "legacy"

[google-appengine] Securing services within AppEngine-project

2021-04-29 Thread 'Fabian Hagen' via Google App Engine
How can I secure specific services within my AppEngine project against public access so only other services within the same project can access it? Firewall rules can not be applied to single services.. Do I have to use this: https://cloud.google.com/solutions/authenticating-web-users Thanks!