Changing idle timeout of AWS Load Balancer doesn't work

64 Views Asked by At

I have backend in Spring boot and front end in react js which is deployed to AWS Elastic Beanstalk.

When calling backend API which takes more than one minute to process the request, I see gateway timeout error on browser console. I saw load balancer is configured with default idle timeout value of 60sec. I changed it to 240seconds but still I get gateway timeout at exactly 60sec. What can be the root cause now? Why AWS attribute change doesn't reflect.

0

There are 0 best solutions below