[Feature](Job)Support scheduler job (#21916)

This commit is contained in:
Calvin Kirs
2023-08-02 21:34:43 +08:00
committed by GitHub
parent 6f575cf4b3
commit e5028314bc
45 changed files with 2499 additions and 398 deletions

View File

@ -1520,6 +1520,9 @@ public class Config extends ConfigBase {
@ConfField
public static boolean enable_pipeline_load = false;
@ConfField
public static int scheduler_job_task_max_num = 10;
// enable_workload_group should be immutable and temporarily set to mutable during the development test phase
@ConfField(mutable = true, expType = ExperimentalType.EXPERIMENTAL)
public static boolean enable_workload_group = false;