Commit 4d599023 authored by duanjinfei's avatar duanjinfei

started monitor

parent 14d52c2f
......@@ -133,7 +133,7 @@ func (c *NodeController) UpdateRecvStatus() {
return
}
if req.IsRecv && !nm.IsRunning {
//go nm.StartMonitor()
go nm.StartMonitor()
}
if !nm.IsRecvTask && req.IsRecv {
nm.RunningState.RunningTime = time.Now().Unix()
......
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