Commit 4be28f45 by 蒋勇

d

parent 8b1e35e3
......@@ -17,7 +17,7 @@ class MonitorTask extends TaskBase {
}
isFail (taskName, lastAccess) {
let n = Date.now()
let postMinute = (n - lastAccess) / 1000 / 60
let postMinute = (n - lastAccess-800) / 1000 / 60
let tnameparams = taskName.split("|")
if (tnameparams.length == 3) {
let tname = tnameparams[0].trim()
......
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