chore(proxy): drop a comment that restated the NUM_WORKERS assignment

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Devin AI 2026-09-17 01:56:05 +00:00
parent 8a645bcc00
commit ed18edbbdd

View file

@ -1411,8 +1411,6 @@ def run_server(
# DO NOT DELETE - enables global variables to work across files
from litellm.proxy.proxy_server import app
# Write the resolved --num_workers back to its env var so worker processes can read
# the fleet size at startup (the failed-login accounting warning keys off it)
os.environ["NUM_WORKERS"] = str(num_workers)
# Auto-create PROMETHEUS_MULTIPROC_DIR for multi-worker setups