Skip to content
Snippets Groups Projects
  1. Jan 06, 2022
    • David Vasek's avatar
      refresh: code cleanup · cf02beb7
      David Vasek authored
      cf02beb7
    • David Vasek's avatar
      refresh: use exponential retry backoff with base 2 rather than 3 · 95950429
      David Vasek authored
      By using the cumulative time since the zone expiration (instead of the last
      time interval) we achieve an approximation of exponential retry backoff with
      base 2 (rather than with base 3, as it was until now). Now, with every retry attempt,
      the interval between refreshes only doubles (with up to 30 second jitter).
      
      This change helps avoid excessive waiting for a refresh when a few early attempts
      fail.
      95950429
  2. Dec 29, 2021
  3. Dec 22, 2021
  4. Dec 20, 2021
  5. Dec 18, 2021
  6. Dec 15, 2021
  7. Dec 14, 2021
  8. Dec 12, 2021
  9. Dec 11, 2021
  10. Dec 10, 2021
  11. Dec 08, 2021
  12. Dec 07, 2021
Loading