ntt360/pmon2

设备掉电,时间不正确,导致进程不能正常启动

tqcenglish opened this issue · 0 comments

monitor.go 的 runningTask 方法中

			// 启动大于5秒后的进程才进行检查
			if time.Since(cur.UpdatedAt).Seconds() <= 5 {
				return
			}