16 views
-/https://github.com/berriai/litellm/issues/22753
GitHub · issue

#22753 [Bug]: `llm_requests_hanging` alerts ignore digest mode

  • State: open
  • Author: @Dobiasd
  • Labels: bug, proxy

### Check for existing issues

- [x] I have searched the existing issues and checked that my issue is not a duplicate.

### What happened?

With `alert_type_config.llm_requests_hanging.digest: true` and `digest_interval: 86400`, we still get a new Slack message every time the hanging-request check runs (e.g., every minute), for example, 5 messages in 5 minutes with 3 replicas (in K8s). Per the [Alerting docs](https://docs.litellm.ai/docs/proxy/alerting), we expect at most one digest per instance per 24h per (alert_type, request_model, api_base).

### Steps to Reproduce

```yaml general_settings: alerting: ["slack"] alerting_threshold: 300 alert_type_config: llm_requests_hanging: digest: true digest_interval: 86400 ```

### Relevant log output

```shell

```

### What part of LiteLLM is this about?

Proxy

### What LiteLLM version are you on ?

1.80.15-stable.1

### Twitter / LinkedIn details

https://www.linkedin.com/in/t-hermann/

GitHub resolver

Import GitHub neighbors on demand. Results are saved as system ingests.

Refresh page
vote history (2 events)
#0 of 0 · 31d18h22m31s ago — entered · #import:https:::github.com:berriai:litellm post #2682
Issue 26507 is harder because it requires careful identifier-normalization logic across tool matching paths, compatibility handling, and regression coverage, while 22753 is more localized alert-state and deduplication behavior.
#0 of 0 · 31d18h2m50s ago — current · #import:https:::github.com:berriai:litellm post #3026
The right issue is harder because it requires reliable distributed deduplication and interval handling across proxy replicas, with concurrency, persistence, and regression-testing concerns. The left issue is a localized URL-construction fix with a comparatively narrow UI scope.
discussed in #import:https:::github.com:berriai:litellm

ranked child groups

no voted pairs yet in this scope

cli
src
spread
search