We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1cece commit 04d445eCopy full SHA for 04d445e
model-engine/model_engine_server/api/worker.py
@@ -1,8 +1,6 @@
1
from uvicorn.workers import UvicornWorker
2
3
-# The target concurrency is around 50, so we set the limit to 32 with 4 workers
4
-# for a total concurrency of 128 to allow for some headroom.
5
-CONCURRENCY_LIMIT = 32
+CONCURRENCY_LIMIT = 1000
6
7
8
class LaunchWorker(UvicornWorker):
0 commit comments