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

docs: improve timeout and retry sample #2630

Merged
merged 4 commits into from
Sep 28, 2023
Merged

Commits on Sep 17, 2023

  1. docs: improve timeout and retry sample

    The timeout and retry sample used 60 seconds for both initial,
    max, and total timeout. It also used a 1.0 multiplier for the
    timeout value. This made it impossible to explain how to set
    an increasing RPC timeout value. It also rendered adding the
    DEADLINE_EXCEEDED error code as a retryable code superfluous.
    olavloite committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    6f66d91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566dacf View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    8bb2fa7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    21c70bb View commit details
    Browse the repository at this point in the history