Commit fd33be43 by 蒋勇

d

parent 53c1d35d
......@@ -46,7 +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.....................")
console.log(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