We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892ab47 commit e4eb41dCopy full SHA for e4eb41d
bin/deploy-hcds.sh
@@ -37,7 +37,7 @@ cd ~/demos/dats || exit
37
./bin/setup-envs.sh --project_name hcds --port_prefix 190
38
sed -i "s/dats/dwts/g" docker/.env
39
sed -i "s/API_WORKERS=10/API_WORKERS=16/" docker/.env
40
-sed -i "s/CELERY_BACKGROUND_JOBS_WORKER_CONCURRENCY=10/CELERY_BACKGROUND_JOBS_WORKER_CONCURRENCY=16/" docker/.env
+sed -i "s/CELERY_BACKGROUND_JOBS_WORKER_CONCURRENCY=10/CELERY_BACKGROUND_JOBS_WORKER_CONCURRENCY=32/" docker/.env
41
42
# pull & start docker containers
43
cd ~/demos/dats/docker || exit
0 commit comments