[router] allow more health check configuration (#9198)
This commit is contained in:
@@ -41,6 +41,7 @@ impl TestContext {
|
||||
circuit_breaker: CircuitBreakerConfig::default(),
|
||||
disable_retries: false,
|
||||
disable_circuit_breaker: false,
|
||||
health_check: sglang_router_rs::config::HealthCheckConfig::default(),
|
||||
};
|
||||
|
||||
let mut workers = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user