[google-appengine] Re: AppEngine Standard - Connection reset by peer

2021-06-22 Thread 'David (Cloud Platform Support)' via Google App Engine
This could be an issue with a specific library that you may be using or something within the app’s response that App Engine isn’t liking. Of course it could be many other things. First, I would recommend you to implement logging within your app to see if you can attribute this error to a spec

[google-appengine] Re: make GFE drop/abort/ignore http connection without reply & make GFE minimize response headers (reply size))

2021-06-22 Thread Waltraud Siller
Hi! Indeed, I created 3 issues: https://issuetracker.google.com/19153287 2 https://issuetracker.google.com/191532873 https://issuetracker.google.com/19153287 4 issue-72 corresponds to my question 1 (and now c

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: make GFE drop/abort/ignore http connection without reply & make GFE minimize response headers (reply size))

2021-06-22 Thread 'Roberto Carbajales (Google Cloud Platform Support)' via Google App Engine
Hello, After searching for a while I noticed that you already create some public issue tracer with feature request that are the same of the question that you have in this group, here [1] in this public issue tracker the engineering team is already aware of your request, we just need to wait fo

[google-appengine] Re: HTTP Load Balancer - client_disconnected_before_any_response

2021-06-22 Thread 'Sergi (Google Cloud Platform Support)' via Google App Engine
Hello Bill, The error “client_disconnected_before_any_response” means that the client closed the connection before the LB was able to provide a response, and the error "failed_to_pick_backend" means that to handle the request, the Load Balancer (LB) couldn’t pick a healthy backend [1]. One o

[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