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
gefragt vor 4 Jahren1362 Aufrufe
1 Antwort
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
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen