@@ -466,7 +466,8 @@ def create_warm_pool(
466466 never scale above this value. Must be >= min_size and <= 20.
467467
468468 min_size: min_size is the minimum number of warm instances to maintain. The pool will
469- never scale below this value. Must be >= 1 and <= max_size.
469+ never scale below this value. Must be >= 0 and <= max_size. Set to 0 to allow
470+ full scale-down.
470471
471472 extra_headers: Send extra headers
472473
@@ -704,7 +705,8 @@ def update_warm_pool(
704705 never scale above this value. Must be >= min_size and <= 20.
705706
706707 min_size: min_size updates the minimum number of warm instances to maintain. The pool will
707- never scale below this value. Must be >= 1 and <= max_size.
708+ never scale below this value. Must be >= 0 and <= max_size. Set to 0 to allow
709+ full scale-down.
708710
709711 extra_headers: Send extra headers
710712
@@ -1155,7 +1157,8 @@ async def create_warm_pool(
11551157 never scale above this value. Must be >= min_size and <= 20.
11561158
11571159 min_size: min_size is the minimum number of warm instances to maintain. The pool will
1158- never scale below this value. Must be >= 1 and <= max_size.
1160+ never scale below this value. Must be >= 0 and <= max_size. Set to 0 to allow
1161+ full scale-down.
11591162
11601163 extra_headers: Send extra headers
11611164
@@ -1393,7 +1396,8 @@ async def update_warm_pool(
13931396 never scale above this value. Must be >= min_size and <= 20.
13941397
13951398 min_size: min_size updates the minimum number of warm instances to maintain. The pool will
1396- never scale below this value. Must be >= 1 and <= max_size.
1399+ never scale below this value. Must be >= 0 and <= max_size. Set to 0 to allow
1400+ full scale-down.
13971401
13981402 extra_headers: Send extra headers
13991403
0 commit comments