mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 00:24:03 +00:00
feat: clarify slack alerting message
Specify the time of the next run, not the interval
This commit is contained in:
@@ -537,7 +537,7 @@ class SlackAlerting(CustomLogger):
|
||||
cache_list=combined_metrics_cache_keys
|
||||
)
|
||||
|
||||
message += f"\n\nNext Run is in: `{time.time() + self.alerting_args.daily_report_frequency}`s"
|
||||
message += f"\n\nNext Run is at: `{time.time() + self.alerting_args.daily_report_frequency}`s"
|
||||
|
||||
# send alert
|
||||
await self.send_alert(message=message, level="Low", alert_type="daily_reports")
|
||||
|
||||
Reference in New Issue
Block a user