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.
ec2_instance_missing_max_count
1 parent 29e65f6 commit 293efb7Copy full SHA for 293efb7
src/slurm_plugin/clustermgtd.py
@@ -150,7 +150,7 @@ class ClustermgtdConfig:
150
"terminate_drain_nodes": True,
151
"terminate_down_nodes": True,
152
"orphaned_instance_timeout": 300,
153
- "ec2_instance_missing_max_count": 2,
+ "ec2_instance_missing_max_count": 0,
154
# Health check configs
155
"disable_ec2_health_check": False,
156
"disable_scheduled_event_health_check": False,
0 commit comments