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.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
I am having the exact same issue. If I run my Spring Boot application (through a docker container) on the exact same droplet and hit the server directly it runs no problem (taking over 60 seconds). However, when I run on the droplets that are being managed by the Load Balancer and use the Load Balancer URL, I get the 504 Gateway Time-out error after 1 minute every time.
If anyone has the solution to this it would be appreciated. Thanks!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
