On 25/01/2019 13:11, Abin Joseph wrote:
> Hi Team,
>
> Our application is deployed in google cloud and the back end instances are
> tomcat servers. Now our load balancer is returning 502 errors with status
> details “backend-timeout” for some requests and it is impacting our
> production in a huge
When load balancer see Instance in healthy state it would start sending
request to the application. Does your deployed application on the Instance
is ready as well to serve the request? Do you check application is ready
alongwith Instance health.
On Fri, Jan 25, 2019 at 6:41 PM Abin Joseph wrote