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()))