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 (#662)

Co-authored-by: “v_kkhuang” <“[email protected]”>
  • Loading branch information
v-kkhuang and “v_kkhuang” authored Dec 10, 2024
1 parent a43869b commit 579b384
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 579b384

Please sign in to comment.