Skip to content

Commit

Permalink
✏️ Fix indent format in docs/en/docs/deployment/server-workers.md (#…
Browse files Browse the repository at this point in the history
…10066)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
tamtam-fitness and pre-commit-ci[bot] committed Sep 2, 2023
1 parent a6d893f commit caf0b68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/docs/deployment/server-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ Let's see what each of those options mean:
```

* So, the colon in `main:app` would be equivalent to the Python `import` part in `from main import app`.

* `--workers`: The number of worker processes to use, each will run a Uvicorn worker, in this case, 4 workers.

* `--worker-class`: The Gunicorn-compatible worker class to use in the worker processes.
* Here we pass the class that Gunicorn can import and use with:

Expand Down

0 comments on commit caf0b68

Please sign in to comment.