Clarify worker-count warning and note Uvicorn comparison #841
-
|
Granian currently warns when configured workers exceed CPU cores, which can confuse users who follow Uvicorn’s common heuristic (workers = 2 × cores + 1) for I/O-bound apps. Please clarify the startup warning to explain the trade-off (CPU-bound vs I/O-bound workloads) and mention the Uvicorn-style recommendation as an alternative for I/O-heavy/async servers, or link to a short doc with guidance. Example from my app: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Please check the readme
|
Beta Was this translation helpful? Give feedback.
Please check the readme