Skip to content

Commit

Permalink
feat:流水线版本管理机制 TencentBlueKing#8161 优化互转
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Sep 11, 2024
1 parent 9d7ca83 commit df728c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class StreamTriggerExceptionHandler @Autowired constructor(
} finally {
if (action.data.isWatcherInitialized) {
action.data.watcher.stop()
LogUtils.printCostTimeWE(action.data.watcher, warnThreshold = 1000, errorThreshold = 5000)
LogUtils.printCostTimeWE(action.data.watcher, warnThreshold = 5000, errorThreshold = 10000)
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object StreamTriggerExceptionHandlerUtil {
} finally {
if (action.data.isWatcherInitialized) {
action.data.watcher.stop()
LogUtils.printCostTimeWE(action.data.watcher, warnThreshold = 1000, errorThreshold = 5000)
LogUtils.printCostTimeWE(action.data.watcher, warnThreshold = 5000, errorThreshold = 10000)
}
}
}
Expand Down

0 comments on commit df728c2

Please sign in to comment.