[Fix](Job)Fix the window time is not updated when no job is registered (#23628)

Fix resume job grammar definition is inconsistent
Show Job task Add execution results
JOB allows to define update operations
This commit is contained in:
Calvin Kirs
2023-08-30 09:48:21 +08:00
committed by GitHub
parent e05a0466f2
commit ca55bd88ad
13 changed files with 42 additions and 16 deletions

View File

@ -1554,7 +1554,7 @@ public class Config extends ConfigBase {
public static boolean enable_pipeline_load = false;
@ConfField
public static int scheduler_job_task_max_num = 10;
public static int scheduler_job_task_max_saved_count = 10;
/**
* The number of async tasks that can be queued. @See TaskDisruptor