feat(scheduler): 增加CRM重点表的独占调度

2-6点CRM重点表独占a4集群
This commit is contained in:
v-zhangjc9
2024-07-08 17:46:21 +08:00
parent d99e5b261b
commit ae6e4855e0
15 changed files with 103 additions and 23 deletions

View File

@@ -224,6 +224,7 @@ public interface Constants {
String SCHEDULE_RECOMMEND = "schedule_recommend";
String SCHEDULE_FORCE = "schedule_force";
String SCHEDULE_ESCAPE = "schedule_escape";
BiFunction<TableMeta, String, String> FIELD_COVERT = (tableMeta, field) -> {
if (TableMeta.SourceType.TELEPG.equals(tableMeta.getSourceType())) {