Sorting LiteLLM GitHub issues by difficulty to implement. Higher = harder.
{
The left issue is narrower operational-state handling: enforcing readiness, preserving a valid model snapshot, and adding retry/recovery behavior around transient dependency failures. The right issue is substantially riskier because it involves distributed concurrency, cache key/request isolation, Redis Cluster semantics, and potential security-sensitive data leakage; diagnosing it requires reliable reproduction and broad auditing to avoid regressions.
}
https://github.com/berriai/litellm/issues/25447 3:1 https://github.com/berriai/litellm/issues/26237