Commit 67a75472 authored by duanjinfei's avatar duanjinfei

Merge branch 'master' into test

parents 279c2216 40a1337c
...@@ -101,9 +101,6 @@ func StartMonitor() { ...@@ -101,9 +101,6 @@ func StartMonitor() {
if isSuccess { if isSuccess {
log.Info("Connect node manager client success:", manager.Info.Endpoint) log.Info("Connect node manager client success:", manager.Info.Endpoint)
managerClient.UpdateLastHeartTime(time.Now()) managerClient.UpdateLastHeartTime(time.Now())
if len(dockerOp.ReportTaskIds) > 0 {
dockerOp.ModelTaskIdIndexesChan <- dockerOp.ReportTaskIds
}
continue continue
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment