Skip to content

Commit

Permalink
Set ec2_instance_missing_max_count default to 0, to match behavior …
Browse files Browse the repository at this point in the history
…before the option was added.
  • Loading branch information
dreambeyondorange committed Feb 27, 2024
1 parent 29e65f6 commit 86e7920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slurm_plugin/clustermgtd.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class ClustermgtdConfig:
"terminate_drain_nodes": True,
"terminate_down_nodes": True,
"orphaned_instance_timeout": 300,
"ec2_instance_missing_max_count": 2,
"ec2_instance_missing_max_count": 0,
# Health check configs
"disable_ec2_health_check": False,
"disable_scheduled_event_health_check": False,
Expand Down

0 comments on commit 86e7920

Please sign in to comment.