[feature][executor]support workload schedule policy (#28443)
This commit is contained in:
@ -2275,6 +2275,12 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static int publish_topic_info_interval_ms = 30000; // 30s
|
||||
|
||||
@ConfField(mutable = true)
|
||||
public static int workload_sched_policy_interval_ms = 10000; // 10s
|
||||
|
||||
@ConfField(mutable = true)
|
||||
public static int workload_action_interval_ms = 10000; // 10s
|
||||
|
||||
@ConfField(description = {"查询be wal_queue 的超时阈值(ms)",
|
||||
"the timeout threshold of checking wal_queue on be(ms)"})
|
||||
public static int check_wal_queue_timeout_threshold = 180000; // 3 min
|
||||
|
||||
Reference in New Issue
Block a user