Regardless of what I set the clockMonitorIntervalSeconds or cronMonitorIntervalSeconds to, the scheduled jobs will not run more than once per minute.
There appears to be a hard-coded minute limiter in timekeeper.
While this may not be the most scalable, is there any other reason why this cannot or should not be overriden to check more than once per minute?
Regardless of what I set the
clockMonitorIntervalSecondsorcronMonitorIntervalSecondsto, the scheduled jobs will not run more than once per minute.There appears to be a hard-coded minute limiter in
timekeeper.While this may not be the most scalable, is there any other reason why this cannot or should not be overriden to check more than once per minute?