Help Center> Elastic Load Balance> User Guide> Listener> Configuring Timeout Durations
Updated on 2024-01-05 GMT+08:00

Configuring Timeout Durations

Scenarios

You can configure timeout durations (idle timeout, request timeout, and response timeout) for your listeners to meet varied demands. For example, if the size of a request from an HTTP or HTTPS client is large, you can increase the request timeout duration to ensure that the request can be successfully routed.

For shared load balancers, you can only change the timeout durations of TCP, HTTP, and HTTPS listeners, but cannot change the timeout durations of UDP listeners.

For dedicated load balancers, you can change the timeout durations of TCP, UDP, HTTP, and HTTPS listeners.

Figure 1 Timeout durations at Layer 7
Figure 2 Timeout durations at Layer 4
Table 1 Timeout durations

Protocol

Type

Description

Value Range

Default Timeout Duration

TCP

Idle Timeout

Duration for a connection to be kept alive. If no request is received within this period, the load balancer closes the connection and establishes a new one with the client when the next request arrives.

10–4000s

300s

UDP

Idle Timeout

10–4000s

Shared load balancers: 10s

Dedicated load balancers: 300s

HTTP/HTTPS

Idle Timeout

10–4000s

60s

Request Timeout

Duration after which the load balancer closes the connection with the client if the load balancer does not receive a request from the client.

10–300s

60s

Response Timeout

Duration after which the load balancer sends a 504 Gateway Timeout error to the client if the load balancer receives no response after routing a request to a backend server and receives no response after attempting to route the same request to other backend servers.

NOTE:

If sticky sessions are enabled and the backend server does not respond within the response timeout duration, the load balancer returns the 504 error code without attempting to route the same request to other backend servers.

1–300s

60s

Constraints

If modification protection is enabled for a listener, its timeout durations cannot be modified.

Procedure

  1. Log in to the management console.
  2. In the upper left corner of the page, click and select the desired region and project.
  3. Hover on in the upper left corner to display Service List and choose Networking > Elastic Load Balance.
  4. Locate the load balancer and click its name.
  5. Click Listeners, locate the listener, and click the name of the listener.
  6. On the Summary tab page, click Edit on the top right.
  7. In the Edit dialog box, expand Advanced Settings.
  8. Configure Idle Timeout (s), Request Timeout (s), or Response Timeout (s) as you need.
  9. Click OK.