Skip to content

Commit 5ab3d74

Browse files
committed
DEFAULT_NUM_WORKERS_LITELLM_PROXY
1 parent 2081137 commit 5ab3d74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,6 +1477,7 @@ jobs:
14771477
docker run -d \
14781478
-p 4000:4000 \
14791479
-e DATABASE_URL=$PROXY_DATABASE_URL \
1480+
-e DEFAULT_NUM_WORKERS_LITELLM_PROXY=1 \
14801481
-e DISABLE_SCHEMA_UPDATE="True" \
14811482
-v $(pwd)/litellm/proxy/example_config_yaml/bad_schema.prisma:/app/schema.prisma \
14821483
-v $(pwd)/litellm/proxy/example_config_yaml/bad_schema.prisma:/app/litellm/proxy/schema.prisma \
@@ -2962,6 +2963,7 @@ jobs:
29622963
command: |
29632964
docker run --name my-app \
29642965
-p 4000:4000 \
2966+
-e DEFAULT_NUM_WORKERS_LITELLM_PROXY=1 \
29652967
-e DATABASE_URL="postgresql://wrong:wrong@wrong:5432/wrong" \
29662968
myapp:latest \
29672969
--port 4000 > docker_output.log 2>&1 || true

0 commit comments

Comments
 (0)