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 1 Timeout durations at Layer 7

**Figure 2** Timeout durations at Layer 4

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

Dedicated load balancers: 300s

HTTP/HTTPS

Idle Timeout

0~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.

1~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

Procedure

  1. Log in to the management console.

  2. In the upper left corner of the page, click image1 and select the desired region and project.

  3. Hover on image2 in the upper left corner to display Service List and choose Network > Elastic Load Balancing.

  4. Locate the load balancer and click its name.

  5. On the Listeners tab page, locate the listener, click image3 next to the listener name, and select Modify Listener.

  6. In the Modify Listener dialog box, expand Advanced Settings.

  7. Configure Idle Timeout (s), Request Timeout (s), or Response Timeout (s) and click Next.

  8. Click Finish.