gofmt fix.
authorWard Vandewege <ward@curii.com>
Fri, 31 Jul 2020 21:28:04 +0000 (17:28 -0400)
committerWard Vandewege <ward@curii.com>
Fri, 31 Jul 2020 21:28:04 +0000 (17:28 -0400)
refs #16616

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

lib/dispatchcloud/worker/worker.go

index 9e8cf51ee6d602abd40bda665209e9951aa3bf36..357ac20a038d56ca7a4778c6df38f05f2e2dae08 100644 (file)
@@ -224,7 +224,6 @@ func (wkr *worker) probeAndUpdate() {
        defer wkr.mtx.Unlock()
        if reportedBroken && wkr.idleBehavior == IdleBehaviorRun {
                logger.Info("probe reported broken instance")
-    // FIXME add prometheus tick
                wkr.setIdleBehavior(IdleBehaviorDrain)
        }
        if !ok || (!booted && len(ctrUUIDs) == 0 && len(wkr.running) == 0) {