question
Load Balancer timeout
Hello, We are experiencing timeouts on our API calls in our system and we are trying to identify the source. We can see that the load balancer in cycle has multiple timeout fields and are unsure of what needs to be set so that a REST API call timeout can be set to 90 seconds.
We see 2 options:
- Idle timeout (set to 900s currently)
- Destination connection timeout on ingress traffic (set to 3s currently)
Which one needs to be set such that our timeouts are 90 seconds for calls on port 443?
Thank you!