From d981da92512fc985a2d429fa7e910df94d59eea4 Mon Sep 17 00:00:00 2001 From: Mariano Ntrougkas <44480600+marios1861@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:17:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(worker):=20initialize=20metr?= =?UTF-8?q?ics=20query=20channel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weed/worker/worker.go | 1 + 1 file changed, 1 insertion(+) diff --git a/weed/worker/worker.go b/weed/worker/worker.go index 8610d4b55..18a9d8509 100644 --- a/weed/worker/worker.go +++ b/weed/worker/worker.go @@ -245,6 +245,7 @@ func (w *Worker) Start() error { w.comms.taskReqs = make(chan taskRequest) w.comms.taskCompl = make(chan taskCompletion) w.comms.loadQuery = make(chan chan int) + w.comms.metricsQuery = make(chan chan metricsResponse) // Prepare worker info for registration workerInfo := &types.WorkerData{