const SCHEDULE_RECHECK_CAP: Duration;Expand description
Longest a scheduler sleep may run before it rechecks the configuration.
Sleeping the whole interval would leave a dyncfg change ineffective until the old interval elapsed, so lowering the interval at runtime (which tests do) would not take effect for up to the previous interval.