Commit Graph

2 Commits

Author SHA1 Message Date
Ameer Ghani 0be33f2139
retries: use longer exponential backoff (#113)
When we are doing scheduled maintenance on LE, crl-monitor tends to
fire, which a waking alert. Try to buy us more time when that happens by
making the backoff schedule longer.

This was calculated via `[math.floor(1000 * (1.25**i)) for i in
range(12)]` in a python REPL.
2025-06-26 17:18:06 +00:00
Jacob Hoffman-Andrews 3c1b79fef5
churner: fetch and lint CRL at issuance time (#89)
This provides a little easy assurance that the public-facing URLs in
certificates are resolvable and verifiable by the issuers of the
specific certificates we're issuing.

Since this introduces another HTTP fetch, factor out the HTTP retry code
from BoulderAPIFetcher into a new `retryhttp` package.
2025-03-10 10:00:17 -07:00