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.
1 parent 00bed93 commit 240dac9Copy full SHA for 240dac9
1 file changed
src/dstack/_internal/server/background/pipeline_tasks/fleets.py
@@ -605,7 +605,7 @@ def _terminate_instances_not_matching_fleet_spec(
605
updates[instance.id] = {
606
"status": InstanceStatus.TERMINATING,
607
"termination_reason": InstanceTerminationReason.FLEET_SPEC_MISMATCH,
608
- "termination_reason_message": "Instance does not match updated fleet spec",
+ "termination_reason_message": "Instance does not match fleet spec",
609
}
610
return updates
611
0 commit comments