From 86ec7d53b547602acb38baa6cd0a9a8c7f6cea4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cv=5Fkkhuang=E2=80=9D?= <“420895376@qq.com”> Date: Mon, 9 Dec 2024 11:00:39 +0800 Subject: [PATCH] Adjust the execution time of the user department information synchronization task --- .../apache/linkis/monitor/scheduled/UserDepartmentInfoSync.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkis-extensions/linkis-et-monitor/src/main/java/org/apache/linkis/monitor/scheduled/UserDepartmentInfoSync.java b/linkis-extensions/linkis-et-monitor/src/main/java/org/apache/linkis/monitor/scheduled/UserDepartmentInfoSync.java index bdc4720b72..338d220489 100644 --- a/linkis-extensions/linkis-et-monitor/src/main/java/org/apache/linkis/monitor/scheduled/UserDepartmentInfoSync.java +++ b/linkis-extensions/linkis-et-monitor/src/main/java/org/apache/linkis/monitor/scheduled/UserDepartmentInfoSync.java @@ -53,7 +53,7 @@ public class UserDepartmentInfoSync { private static final UserDepartmentInfoMapper userDepartmentInfoMapper = MapperFactory.getUserDepartmentInfoMapper(); - @Scheduled(cron = "${linkis.monitor.org.user.sync.cron:0 0 0 1/7 * ?}") + @Scheduled(cron = "${linkis.monitor.org.user.sync.cron:0 0 11 1/7 * ?}") public static void DepartmentInfoSync() { // 获取linkis_org_user_sync信息 // 收集异常用户