From 456db46056087fac35600423bfcb9ac9bd88c414 Mon Sep 17 00:00:00 2001 From: cblmemo Date: Fri, 19 Jan 2024 18:27:10 -0800 Subject: [PATCH] add desc on scaling delay --- docs/source/serving/autoscaling.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/serving/autoscaling.rst b/docs/source/serving/autoscaling.rst index ab2ccb304da..4c0c86b08af 100644 --- a/docs/source/serving/autoscaling.rst +++ b/docs/source/serving/autoscaling.rst @@ -97,6 +97,8 @@ change the scaling delay by specifying the :code:`upscale_delay_seconds` and # ... +If you want more aggressive scaling, set those values to a lower number and vise versa. + Scale-to-Zero ===============