How to increase the timeout between ELB/ALB and EC2

0

I have a service that sometimes takes more than 60 to complete.
However, i'm receiving a connection error before the conclusion of the service.

I have increased, previously, the idle timeout in the ELB / ALB and haven't solved my problem.

How can i increase the timeout time enought for my application returns correctly?

lfec
已提问 4 年前1362 查看次数
1 回答
0

I'm using a tomcat server behind the ELB, after a few tests i found that the problem lies with the Apache server.
After increasing its keepAlive parameters, the requests are not interrupted anymore

used this post as guide:
https://jaxenter.com/troubleshooting-aws-elastic-beanstalk-134700.html

lfec
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容