Skip to content

Commit

Permalink
comment the config for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
klsince committed Oct 4, 2022
1 parent 0be2fb7 commit 429d5aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ public static class ControllerPeriodicTasksConf {
"controller.minion.task.metrics.emitter.frequencyPeriod";

public static final String PINOT_TASK_MANAGER_SCHEDULER_ENABLED = "controller.task.scheduler.enabled";
// This is the expiry for the ended tasks. Helix cleans up the task info from ZK after the expiry time from the
// end of the task.
public static final String PINOT_TASK_EXPIRE_TIME_MS = "controller.task.expire.time.ms";

@Deprecated
Expand Down

0 comments on commit 429d5aa

Please sign in to comment.