tao12345666333 opened a new issue, #7992: URL: https://github.com/apache/apisix/issues/7992
### Description > Slow start is very useful for applications that depend on cache and need a warm-up period before being able to respond to requests with optimal performance. >With the slow start mode, targets warm up before accepting their fair share of requests based on a ramp-up period that you specify. I think we need a slow start mode that allows you to add new targets without overwhelming them with a flood of requests. Most of the use cases I see are JVM based applications * AWS has supported this model a few years ago https://aws.amazon.com/about-aws/whats-new/2018/05/application-load-balancer-announces-slow-start-support/?nc1=h_ls * Envoy also have one https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/slow_start -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
