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!
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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.