You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/settings.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ Using Uvicorn with watchfiles will enable the following options (which are other
75
75
76
76
*`--workers <int>` - Number of worker processes. Defaults to the `$WEB_CONCURRENCY` environment variable if available, or 1. Not valid with `--reload`.
77
77
*`--env-file <path>` - Environment configuration file for the ASGI application. **Default:***None*.
78
+
*`--timeout-worker-healthcheck <int>` - Maximum number of seconds to wait for a worker to respond to a healthcheck. **Default:***5*.
78
79
79
80
!!! note
80
81
The `--reload` and `--workers` arguments are mutually exclusive. You cannot use both at the same time.
0 commit comments