crl-monitor/retryhttp
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
..
retryhttp.go retries: use longer exponential backoff (#113) 2025-06-26 17:18:06 +00:00