[router] add health checking in router init (#2393)

This commit is contained in:
Byron Hsu
2024-12-08 17:17:37 -08:00
committed by GitHub
parent 2a717c5078
commit 6387098f5f
5 changed files with 126 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
clap = { version = "4.4", features = ["derive"] }
bytes = "1.8.0"
rand = "0.8.5"
reqwest = { version = "0.12.8", features = ["stream"] }
reqwest = { version = "0.12.8", features = ["stream", "blocking"] }
futures-util = "0.3"
serde_json = "1.0"
pyo3 = { version = "0.22.5", features = ["extension-module"] }