[google-appengine] Re: Google Cloud App Engine (GAE) Flexible: Load Balancer error: backend_connection_closed_before_data_sent_to_client

2022-05-30 Thread Vit Amin
"The solution for this issue, is to configure the keepalive timeout parameter for your web server appropriately. (In short, set Keepalive to greater than 10 minutes, such as the recommended value of 620.)" where should I do it in case of Google App Engine Flexible? how to get this settings?

[google-appengine] Google Cloud App Engine (GAE) Flexible: Load Balancer error: backend_connection_closed_before_data_sent_to_client

2022-05-16 Thread Vit Amin
I have GAE flexible this app.yaml: # [START runtime] runtime: python env: flex entrypoint: gunicorn -b :$PORT **.wsgi automatic_scaling: min_num_instances: 2 max_num_instances: 2 beta_settings: cloud_sql_instances: