Skip to content

Commit

Permalink
Adjust the execution time of the user department information synchron…
Browse files Browse the repository at this point in the history
…ization task
  • Loading branch information
“v_kkhuang” committed Dec 9, 2024
1 parent f8368d6 commit 86ec7d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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信息
// 收集异常用户
Expand Down

0 comments on commit 86ec7d5

Please sign in to comment.