We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af2df4 commit 5b51182Copy full SHA for 5b51182
examples/dynamic-lora-sidecar/sidecar/sidecar.py
@@ -92,6 +92,7 @@ def check_health(self) -> bool:
92
return False
93
94
def wait_server_healthy(self) -> bool:
95
+ """Wait for server to be healthy"""
96
start_time = datetime.datetime.now()
97
while datetime.datetime.now() - start_time < self.health_check_timeout:
98
if self.check_health():
0 commit comments