src/slurm_plugin/slurm_resources.py [421:428]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def is_healthy(
        self,
        consider_drain_as_unhealthy,
        consider_down_as_unhealthy,
        ec2_instance_missing_max_count,
        nodes_without_backing_instance_count_map: dict,
        log_warn_if_unhealthy=True,
    ):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/slurm_plugin/slurm_resources.py [545:552]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def is_healthy(
        self,
        consider_drain_as_unhealthy,
        consider_down_as_unhealthy,
        ec2_instance_missing_max_count,
        nodes_without_backing_instance_count_map: dict,
        log_warn_if_unhealthy=True,
    ):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



