Skip to content

Commit 238d744

Browse files
committed
disable tracing for storage workers
1 parent 6c3af7f commit 238d744

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ services:
9292
hostname: "api-worker-{{.Node.Hostname}}-{{.Task.Slot}}"
9393
environment:
9494
<<: *api_server_environment
95+
API_SERVER_TRACING: "null"
9596
API_SERVER_WORKER_NAME: "api-worker-{{.Node.Hostname}}-{{.Task.Slot}}-{{.Task.ID}}"
9697
API_SERVER_WORKER_MODE: "true"
9798
CELERY_CONCURRENCY: ${API_SERVER_CELERY_CONCURRENCY}
@@ -1394,6 +1395,7 @@ services:
13941395
hostname: "sto-worker-{{.Node.Hostname}}-{{.Task.Slot}}"
13951396
environment:
13961397
<<: *storage_environment
1398+
STORAGE_TRACING: "null"
13971399
STORAGE_WORKER_NAME: "sto-worker-{{.Node.Hostname}}-{{.Task.Slot}}-{{.Task.ID}}"
13981400
STORAGE_WORKER_MODE: "true"
13991401
CELERY_CONCURRENCY: 100
@@ -1405,6 +1407,7 @@ services:
14051407
hostname: "sto-worker-cpu-bound-{{.Node.Hostname}}-{{.Task.Slot}}"
14061408
environment:
14071409
<<: *storage_environment
1410+
STORAGE_TRACING: "null"
14081411
STORAGE_WORKER_NAME: "sto-worker-cpu-bound-{{.Node.Hostname}}-{{.Task.Slot}}-{{.Task.ID}}"
14091412
STORAGE_WORKER_MODE: "true"
14101413
CELERY_CONCURRENCY: 1

0 commit comments

Comments
 (0)