Skip to content

Commit 4aaea25

Browse files
committed
update docs for new setting
1 parent 7f54f64 commit 4aaea25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/reference/environment-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ For more details on the options below, refer to the [server deployment](../guide
123123
- `DSTACK_DB_POOL_SIZE`{ #DSTACK_DB_POOL_SIZE } - The client DB connections pool size. Defaults to `20`,
124124
- `DSTACK_DB_MAX_OVERFLOW`{ #DSTACK_DB_MAX_OVERFLOW } - The client DB connections pool allowed overflow. Defaults to `20`.
125125
- `DSTACK_SERVER_BACKGROUND_PROCESSING_FACTOR`{ #DSTACK_SERVER_BACKGROUND_PROCESSING_FACTOR } - The number of background jobs for processing server resources. Increase if you need to process more resources per server replica quickly. Defaults to `1`.
126+
- `STACK_SERVER_DISABLE_BACKGROUND_PROCESSING`{ #DSTACK_SERVER_DISABLE_BACKGROUND_PROCESSING } - Disables background processing if set to any value. Useful to run only web frontend and API server.
126127

127128
??? info "Internal environment variables"
128129
The following environment variables are intended for development purposes:

0 commit comments

Comments
 (0)