[API_SERVER] Add maximum concurrency limit for API interface #32246
Annotations
4 errors and 1 warning
Ruff (E501):
vllm/entrypoints/openai/api_server.py#L776
vllm/entrypoints/openai/api_server.py:776:81: E501 Line too long (93 > 80)
|
Ruff (G004):
vllm/entrypoints/openai/api_server.py#L777
vllm/entrypoints/openai/api_server.py:777:21: G004 Logging statement uses f-string
|
Ruff (E501):
vllm/entrypoints/openai/api_server.py#L777
vllm/entrypoints/openai/api_server.py:777:81: E501 Line too long (102 > 80)
|
ruff (3.12)
Process completed with exit code 1.
|
ruff (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|