Expand description
Background health-checker for upstream backends.
Each [[upstream]] with a [upstream.health_check] section gets a
dedicated background thread that periodically sends GET {path} to every
backend and updates the shared Arc<RwLock<Vec<String>>> live-backend list.