Opened 4 years ago
Closed 4 years ago
#33146 closed Bug (invalid)
Wrong command in ASGI deployment-guide using uvicorn
| Reported by: | Thomas Westfeld | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Wrong command was given when describing the deployment using uvicorn.
Change History (3)
comment:1 by , 4 years ago
| Has patch: | set |
|---|
comment:2 by , 4 years ago
| Description: | modified (diff) |
|---|
comment:3 by , 4 years ago
| Has patch: | unset |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report, however it's not a typo. The current command is recommended for production deployments with the
uvicornworker class, see c1442e1192057a3bf14aecbaa1b713eee139eaff and the Uvicorn docs.