From 520b7abc6c652f7388975dcb1dbf63b481778e6b Mon Sep 17 00:00:00 2001 From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:29:30 +0100 Subject: [PATCH] chore: add a TODO comment because of code review feedback --- maintnotifications/handoff_worker.go | 1 + 1 file changed, 1 insertion(+) diff --git a/maintnotifications/handoff_worker.go b/maintnotifications/handoff_worker.go index 2b127f98..6c4e8978 100644 --- a/maintnotifications/handoff_worker.go +++ b/maintnotifications/handoff_worker.go @@ -487,6 +487,7 @@ func (hwm *handoffWorkerManager) closeConnFromRequest(ctx context.Context, reque } else { err := conn.Close() // Close the connection if no pool provided if err != nil { + // TODO(ndyakov): extract this error as well. hwm.logger().Errorf(ctx, "redis: failed to close connection: %v", err) } hwm.logger().Warnf(ctx, logs.NoPoolProvidedCannotRemove(conn.GetID()))