Re: [google-appengine] Re: Google App Engine - Split Traffic and promote

2021-06-22 Thread 'Jordi (Google Cloud Platform Support)' via Google App Engine
Hello, To move from one version to another gradually you should take a look at Traffic migration. [1] Note that this is not supported in the App Engine flexible environment. [1] https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic On Wednesday, June 16, 2021 at 7:34:2

[google-appengine] Re: Calling Cloud Function from App Engine Java

2021-06-22 Thread 'Jordi (Google Cloud Platform Support)' via Google App Engine
Hello, after reproducing your scenario, we are faced with the same 403 error when triggering the Cloud Function from App Engine Standard. We tried to create a VPC Access Connector [1] to achieve it but it is not possible because requests must use the external address of your serverless service.

[google-appengine] Re: Java 11 Custom Runtime

2021-06-22 Thread 'Jordi (Google Cloud Platform Support)' via Google App Engine
Hello, After some time reproducing, I've finally got Java 11 running on App Engine Flex. As the name says, Flexible lets you run any custom runtime [1] that has some basic rules [2]. In this case, it is just necessary an app.yaml, Dockerfile and in my case a simple TimeServer that is listening