We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scaling.target
1 parent aa25964 commit 383555dCopy full SHA for 383555d
1 file changed
src/dstack/_internal/core/models/configurations.py
@@ -80,7 +80,8 @@ class ScalingSpec(CoreModel):
80
Field(
81
description="The target value of the metric. "
82
"The number of replicas is calculated based on this number and automatically adjusts "
83
- "(scales up or down) as this metric changes"
+ "(scales up or down) as this metric changes",
84
+ gt=0,
85
),
86
]
87
scale_up_delay: Annotated[
0 commit comments