pub(crate) fn fail_open(estatuses: &HashMap<IpAddr, EndpointStatus>) -> bool
Expand description
This is called when an enpdoint is going down. Decide if we want to delete its record from DNS or fail open (aka do nothing and keep it around).
pub(crate) fn fail_open(estatuses: &HashMap<IpAddr, EndpointStatus>) -> bool
This is called when an enpdoint is going down. Decide if we want to delete its record from DNS or fail open (aka do nothing and keep it around).