litellm - 💡(How to fix) Fix [Bug]: set global_max_parallel_requests not work

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Check for existing issues

  • I have searched the existing issues and checked that my issue is not a duplicate.

What happened?

I set liteLLM global_max_parallel_requests

<img width="1324" height="185" alt="Image" src="https://github.com/user-attachments/assets/23d27165-3b79-46c9-8c02-47d47ad7cc94" />

It is hoped that the number of requests can be limited to maintain server stability.

but in fact,it has no use to protect my server, there still has too many requests

<img width="1676" height="47" alt="Image" src="https://github.com/user-attachments/assets/15106f37-2ee4-4a69-8b06-b3336f0c6f65" />

Steps to Reproduce

  1. set global_max_parallel_requests
  2. just request llm
  3. The number of concurrent requests can still exceed the limit.

Relevant log output

What part of LiteLLM is this about?

Proxy

What LiteLLM version are you on ?

1.82.6

Twitter / LinkedIn details

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

litellm - 💡(How to fix) Fix [Bug]: set global_max_parallel_requests not work