Skip to content

Commit 293efb7

Browse files
Set ec2_instance_missing_max_count default to 0, to match behavior before the option was added. (#617)
1 parent 29e65f6 commit 293efb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slurm_plugin/clustermgtd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class ClustermgtdConfig:
150150
"terminate_drain_nodes": True,
151151
"terminate_down_nodes": True,
152152
"orphaned_instance_timeout": 300,
153-
"ec2_instance_missing_max_count": 2,
153+
"ec2_instance_missing_max_count": 0,
154154
# Health check configs
155155
"disable_ec2_health_check": False,
156156
"disable_scheduled_event_health_check": False,

0 commit comments

Comments
 (0)