From 8c8dcdbdb17ffc68b1cb74af0cdeedd9904a0dbe Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 12 Jul 2024 15:14:54 -0700 Subject: [PATCH] reduce ttil for update_request_status --- litellm/proxy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index 435f5f925..cd25e8fda 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -282,7 +282,7 @@ class ProxyLogging: key="request_status:{}".format(litellm_call_id), value=status, local_only=True, - ttl=3600, + ttl=120, ) # The actual implementation of the function