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

[serve] Add exponential backoff when retrying replicas #31436

Merged
merged 10 commits into from
Jan 27, 2023

Commits on Jan 4, 2023

  1. add exponential backoff

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    889512a View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    aa5706a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. add unit test

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    33152f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Merge branch 'master' into exponential-backoff

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    40bdbb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Merge branch 'master' into exponential-backoff

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    0d54eca View commit details
    Browse the repository at this point in the history
  2. improve test

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    523bd5e View commit details
    Browse the repository at this point in the history
  3. improvements

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8aacc68 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into exponential-backoff

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d02a066 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Merge branch 'master' into exponential-backoff

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    86bf391 View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    86dae89 View commit details
    Browse the repository at this point in the history