You can enable slow start for HTTP or HTTPS listeners. After you enable it, the load balancer linearly increases the proportion of requests to send to backend servers in this mode. When the slow start duration elapses, the load balancer sends full share of requests to backend servers and exits the slow start mode. Slow start gives applications time to warm up and respond to requests with optimal performance. When the health check function is enabled, slow start takes effect after backend servers are detected healthy. If the health check is not working normally during the slow start, the slow start duration will not stop.
The slow start duration ranges from 30 to 1,200, in seconds. The default value is 30.
Backend servers will exit slow start in either of the following cases:
If an unhealthy backend server exits slow start, it will enter slow start again once it is detected healthy.