Skip to content

Commit

Permalink
add num workers to env
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay288 committed Oct 27, 2022
1 parent 77d1a1e commit eb24923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manage-deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def write_env():
EXPRESS_SECRET="{express_secret}"
CLICKHOUSE_USER="{clickhouse_user}"
CLICKHOUSE_PASSWORD="{clickhouse_password}"
NUM_WORKERS=1
SANDBOX_MODE="false"
DISABLE_LOGGING_STATS="false"
'''.strip()
Expand Down

0 comments on commit eb24923

Please sign in to comment.