From b73b14d87a5d09882fe18d7989ded33957308c40 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 25 Oct 2025 21:02:07 -0700 Subject: [PATCH] add a todo --- weed/command/worker.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/weed/command/worker.go b/weed/command/worker.go index 6e592f73f..1a36899e2 100644 --- a/weed/command/worker.go +++ b/weed/command/worker.go @@ -19,6 +19,9 @@ import ( _ "github.com/seaweedfs/seaweedfs/weed/worker/tasks/balance" _ "github.com/seaweedfs/seaweedfs/weed/worker/tasks/erasure_coding" _ "github.com/seaweedfs/seaweedfs/weed/worker/tasks/vacuum" + // TODO: Implement additional task packages: + // _ "github.com/seaweedfs/seaweedfs/weed/worker/tasks/remote" - for uploading volumes to remote/cloud storage + // _ "github.com/seaweedfs/seaweedfs/weed/worker/tasks/replication" - for fixing replication issues and maintaining data consistency ) var cmdWorker = &Command{