Commit 1eca971
authored
Fixing incorrect range min for enabled adaptive resources (#3025)
In Serverless ML trained models always have adaptive allocations enabled
and scale to `0` after 24 hours. As the title suggests, this PR updates
the min value for enabled adaptive resources from `1` to `0`.
Fixes #29281 parent 572e1c0 commit 1eca971
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments