CHECK_INTERVAL

Constant CHECK_INTERVAL 

Source
const CHECK_INTERVAL: Duration;
Expand description

Cadence at which the worker re-reads the cert + checks the threshold. 60s matches the heartbeat ticker; the renewal decision is cheap (parse PEM, compute fraction) so amortised cost is trivial. Independent of the renewal HTTP cost because that only fires when the threshold trips.