Commit 53c1d35d by 蒋勇

d

parent 71048561
......@@ -46,6 +46,7 @@ class MonitorTask extends TaskBase {
let x = await this.redisClient.hgetall("taskuptime")
if (x) {
for (let entry in x) {
console.log(x[entry], "taskName.....................")
this.isFail(entry, x[entry])
}
} else {
......
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