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