mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
fix tracking hanging requests
This commit is contained in:
parent
653aff6527
commit
769843845d
1 changed files with 2 additions and 1 deletions
|
|
@ -285,7 +285,8 @@ class ProxyLogging:
|
|||
return
|
||||
|
||||
# current alerting threshold
|
||||
alerting_threshold = self.alerting_threshold or 120
|
||||
# add a 100 second buffer to the alerting threshold
|
||||
alerting_threshold = self.alerting_threshold or 120 + 100
|
||||
|
||||
await self.internal_usage_cache.async_set_cache(
|
||||
key="request_status:{}".format(litellm_call_id),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue