Skip to content

Commit eb24923

Browse files
committed
add num workers to env
1 parent 77d1a1e commit eb24923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manage-deployment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def write_env():
5252
EXPRESS_SECRET="{express_secret}"
5353
CLICKHOUSE_USER="{clickhouse_user}"
5454
CLICKHOUSE_PASSWORD="{clickhouse_password}"
55+
NUM_WORKERS=1
5556
SANDBOX_MODE="false"
5657
DISABLE_LOGGING_STATS="false"
5758
'''.strip()

0 commit comments

Comments
 (0)