My web app is working on load balanced environment on Elastic Beanstalk.
Small portion of my requests are taking more than 60 seconds to complete.
I did the following:
- I increased “Connection idle timeout” on Load Balancer Attributes.
- I increased “Max execution time” on Configuration tab of Elastic Beanstalk environment.
- I restarted app server which is Apache.
But my requests are still ended at 60 seconds.
How to overcome this issue?
I am thinking, maybe rebuilding the environment?