reduce watchdog interval to 5s (#2410)
This commit is contained in:
@@ -572,7 +572,7 @@ class TokenizerManager:
|
|||||||
|
|
||||||
async def sigterm_watchdog(self):
|
async def sigterm_watchdog(self):
|
||||||
while not self.gracefully_exit:
|
while not self.gracefully_exit:
|
||||||
await asyncio.sleep(60)
|
await asyncio.sleep(5)
|
||||||
|
|
||||||
# drain requests
|
# drain requests
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user