Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Create next attempt after first attempt to initialize exponential backoff settings. #2316

Merged
merged 16 commits into from Nov 14, 2023

Commits on Nov 10, 2023

  1. Advance retry count; if you don't, retry starts at 0.

    Evan Greco committed Nov 10, 2023
    Copy the full SHA
    94ce1d0 View commit details
    Browse the repository at this point in the history
  2. Add comment

    Evan Greco committed Nov 10, 2023
    Copy the full SHA
    aee53e2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1891f6e View commit details
    Browse the repository at this point in the history
  4. Verify attempt retry count

    Evan Greco committed Nov 10, 2023
    Copy the full SHA
    290e4d7 View commit details
    Browse the repository at this point in the history
  5. format

    Evan Greco committed Nov 10, 2023
    Copy the full SHA
    2a05efd View commit details
    Browse the repository at this point in the history
  6. Add check for expoenntial aspect of the backoff. improve setting atte…

    …mptSettings
    Evan Greco committed Nov 10, 2023
    Copy the full SHA
    f7ca245 View commit details
    Browse the repository at this point in the history
  7. Format

    Evan Greco committed Nov 10, 2023
    Copy the full SHA
    b7875a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Fix test logic, format

    Evan Greco committed Nov 11, 2023
    Copy the full SHA
    3ed77c5 View commit details
    Browse the repository at this point in the history
  2. Tiny cleanup

    Evan Greco committed Nov 11, 2023
    Copy the full SHA
    ce04819 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. More cleanup, add check for minimum delay

    Evan Greco committed Nov 13, 2023
    Copy the full SHA
    e7da2e7 View commit details
    Browse the repository at this point in the history
  2. Run formatter, fix typo

    Evan Greco committed Nov 13, 2023
    Copy the full SHA
    0044e64 View commit details
    Browse the repository at this point in the history
  3. Add back .05% buffer to account for jitter

    Evan Greco committed Nov 13, 2023
    Copy the full SHA
    6e15614 View commit details
    Browse the repository at this point in the history
  4. Add room for jitter for initial delay

    Evan Greco committed Nov 13, 2023
    Copy the full SHA
    07a41ab View commit details
    Browse the repository at this point in the history
  5. Add room for jitter for initial delay

    Evan Greco committed Nov 13, 2023
    Copy the full SHA
    215af9d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    80aada1 View commit details
    Browse the repository at this point in the history
  7. Add logs describing length and deadline for retries

    Evan Greco committed Nov 13, 2023
    Copy the full SHA
    723ff54 View commit details
    Browse the repository at this point in the history