class Async::Container::Generic

def health_check_failed!(child, age_clock, health_check_timeout)

def health_check_failed!(child, age_clock, health_check_timeout)
arn(self, "Child failed health check!", child: child, age: age_clock.total, health_check_timeout: health_check_timeout)
child has failed the health check, we assume the worst and kill it immediately:
l!