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

Added timeout to w.clusters.ensure_cluster_running() #227

Merged
merged 7 commits into from
Aug 2, 2023

Commits on Jul 10, 2023

  1. Harden w.clusters.ensure_cluster_running()

    - Retry on `OperationFailed` errors, same as in Java SDK
    nfx authored and judahrand committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a1b943f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fe1293 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Remove cluster_running flag

    judahrand committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b4d298a View commit details
    Browse the repository at this point in the history
  2. Return ClusterDetails

    judahrand committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3f04d7c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Don't return ClusterDetails

    This was requested in order to match up with the SDKs in
    other languages.
    
    This reverts commit 3f04d7c.
    judahrand committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    743252c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    f1b3b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c387f8 View commit details
    Browse the repository at this point in the history