File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments