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

Add retry capability to REST client to handle transient errors #1844

Merged
merged 11 commits into from
Oct 19, 2023

Commits on Oct 19, 2023

  1. Add retry to REST client

    Add two retry modes:
    1. Fixed delay
    2. Exponential backoff delay
    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5f85864 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    410a1a4 View commit details
    Browse the repository at this point in the history
  3. Avoid duplicate message

    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    72fd1a8 View commit details
    Browse the repository at this point in the history
  4. fix

    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3308f36 View commit details
    Browse the repository at this point in the history
  5. Fix comments

    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b57da83 View commit details
    Browse the repository at this point in the history
  6. fix

    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    cc3ab56 View commit details
    Browse the repository at this point in the history
  7. fix tests

    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5f784f0 View commit details
    Browse the repository at this point in the history
  8. fix

    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    02677cc View commit details
    Browse the repository at this point in the history
  9. rename

    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6bd82f2 View commit details
    Browse the repository at this point in the history
  10. fix comment

    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2d7f622 View commit details
    Browse the repository at this point in the history
  11. Fix

    Y-Sindo committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f5945db View commit details
    Browse the repository at this point in the history