concurrencyLimit: 1 block also the .css requests with 429 #861
Unanswered
slu-010101
asked this question in
Q&A
Replies: 2 comments
|
Hi, The concurrencyLimit is handled at the HTTP level and not at the application level. To limit inference concurrency it is better to configure on the inference side. For llama-server that would be Maybe the docs can be improved for it so it's a bit clearer in the example config 🤔 |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi,
I assumed that a "concurrencyLimit: 1" would allow only one (AI) request per model, but it blocks the .css requests as well. Is that intentional?
V228
Thanks.
Sam
All reactions