Skip to main content

SCHEDULE_RECHECK_CAP

Constant SCHEDULE_RECHECK_CAP 

Source
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.