From 197eb4483229bd6d0b3aed18c3873a84aee4da73 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 13 May 2024 10:45:22 -0700 Subject: [PATCH] fix scheduling spend reports --- litellm/proxy/utils.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index 8338b661252..a97864f0008 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -122,10 +122,6 @@ class ProxyLogging: alerting_args=alerting_args, ) - asyncio.create_task(self.slack_alerting_instance.send_weekly_spend_report()) - - asyncio.create_task(self.slack_alerting_instance.send_monthly_spend_report()) - if "daily_reports" in self.alert_types: litellm.callbacks.append(self.slack_alerting_instance) # type: ignore