Add --workers
parameter to the dev command
#143
-
First Check
Commit to Help
Example Code
DescriptionFeature Request: Add Problem: Proposed Solution: Additional Context: Operating SystemLinux Operating System DetailsDoesn't matter. Python Version3 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From the docs of Uvicorn (https://uvicorn.dev/deployment/#running-from-the-command-line):
Since |
Beta Was this translation helpful? Give feedback.
From the docs of Uvicorn (https://uvicorn.dev/deployment/#running-from-the-command-line):
Since
fastapi dev
runs server with--reload
option, specifying number of workers is not supported by Uvicorn