Question
How can I change my Load Balacer requests timeout?
Sometimes, my API (Spring Boot Java Application) needs more than 1 minute to response the request. When that happens, I get 504 gateway timeout error.
If I do a GET request direct to the machine, using its IP, everything works fine. But when I do the same request to the load balancer url, I get the 504 gateway error after 1 minute.
How can I change the load balancer timeout time?
Thank you.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Does anyone have a solution ? I have the same problem why 60 sec and why I cannot change this value ?