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 2589946 commit 6c3af7fCopy full SHA for 6c3af7f
.env-devel
@@ -19,6 +19,7 @@ AGENT_VOLUMES_CLEANUP_S3_REGION=us-east-1
19
AGENT_VOLUMES_CLEANUP_S3_SECRET_KEY=12345678
20
AGENT_TRACING={}
21
22
+API_SERVER_CELERY_CONCURRENCY=50
23
API_SERVER_DEV_FEATURES_ENABLED=0
24
API_SERVER_LOGLEVEL=INFO
25
API_SERVER_PROFILING=1
services/docker-compose.yml
@@ -94,7 +94,7 @@ services:
94
<<: *api_server_environment
95
API_SERVER_WORKER_NAME: "api-worker-{{.Node.Hostname}}-{{.Task.Slot}}-{{.Task.ID}}"
96
API_SERVER_WORKER_MODE: "true"
97
- CELERY_CONCURRENCY: 100
+ CELERY_CONCURRENCY: ${API_SERVER_CELERY_CONCURRENCY}
98
CELERY_QUEUES: "api_worker_queue"
99
networks: *api_server_networks
100
0 commit comments