From e308cfbdf811649bc6b63f244c2315f656bb66df Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Wed, 19 Apr 2023 13:00:13 +0700 Subject: [PATCH] save --- cmd/state/exec22/txtask.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/state/exec22/txtask.go b/cmd/state/exec22/txtask.go index 97b8425e6..135303cb7 100644 --- a/cmd/state/exec22/txtask.go +++ b/cmd/state/exec22/txtask.go @@ -237,6 +237,7 @@ func (q *QueueWithRetry) NewTasksFinish() { return } q.newTasksClosed = true + log.Warn("[dbg] closing newTasks") close(q.newTasks) }