Help Center> Elastic Load Balance> User Guide> Backend Server Group> Key Features> Slow Start (Dedicated Load Balancers)
Updated on 2024-01-05 GMT+08:00

Slow Start (Dedicated Load Balancers)

If you enable slow start, the load balancer linearly increases the proportion of requests to the new backend servers added to the backend server group. When the slow start duration elapses, the load balancer sends full share of requests to backend servers and exits the slow start mode. For details about how to set weights for backend servers, see Backend Server Weights.

Slow start gives applications time to warm up and respond to requests with optimal performance.

Slow start is only available for HTTP and HTTPS backend server groups of dedicated load balancers.

Backend servers will exit slow start in either of the following cases:

  • The slow start duration elapses.
  • Backend servers become unhealthy during the slow start duration.

Constraints

  • Weighted round robin must be selected as the load balancing algorithm.
  • Slow start takes effect only for new backend servers and does not take effect when the first backend server is added to a backend server group.
  • After the slow start duration elapses, backend servers will not enter the slow start mode again.
  • Slow start takes effect when health check is enabled and the backend servers are running normally.
  • If health check is disabled, slow start takes effect immediately.