@@ -466,8 +466,7 @@ 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 >= 0 and <= max_size. Set to 0 to allow
470- full scale-down.
469+ never scale below this value. Must be >= 1 and <= max_size.
471470
472471 extra_headers: Send extra headers
473472
@@ -705,8 +704,7 @@ def update_warm_pool(
705704 never scale above this value. Must be >= min_size and <= 20.
706705
707706 min_size: min_size updates the minimum number of warm instances to maintain. The pool will
708- never scale below this value. Must be >= 0 and <= max_size. Set to 0 to allow
709- full scale-down.
707+ never scale below this value. Must be >= 1 and <= max_size.
710708
711709 extra_headers: Send extra headers
712710
@@ -1157,8 +1155,7 @@ async def create_warm_pool(
11571155 never scale above this value. Must be >= min_size and <= 20.
11581156
11591157 min_size: min_size is the minimum number of warm instances to maintain. The pool will
1160- never scale below this value. Must be >= 0 and <= max_size. Set to 0 to allow
1161- full scale-down.
1158+ never scale below this value. Must be >= 1 and <= max_size.
11621159
11631160 extra_headers: Send extra headers
11641161
@@ -1396,8 +1393,7 @@ async def update_warm_pool(
13961393 never scale above this value. Must be >= min_size and <= 20.
13971394
13981395 min_size: min_size updates the minimum number of warm instances to maintain. The pool will
1399- never scale below this value. Must be >= 0 and <= max_size. Set to 0 to allow
1400- full scale-down.
1396+ never scale below this value. Must be >= 1 and <= max_size.
14011397
14021398 extra_headers: Send extra headers
14031399
0 commit comments