I'm using GCP Loadbalancer for accessing my web applications. There are some cases where my service might take sometime to give the response back (more than 300 seconds). When I check with GCP settings I saw two timeouts (Connection Timeout and Connection Draining Timeout) as mentioned in the below link,
GCP load balancer 502 server error and "backend_connection_closed_before_data_sent_to_client" IIS 10
Even after increasing the time out, still my requests are getting timedout at 300 seconds. Is there any other time out that has to be configured? Or do I need to configure TCP for the HTTPS GCP Loadbalancer which I have now.
Operating System : Windows Server 2012 Web Server: WildFly
Please give some suggestions. Thanks in Advance.