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

rpc: add Client::wait_until_healthy method #855

Merged
merged 1 commit into from
Apr 6, 2021

Commits on Apr 6, 2021

  1. rpc: add Client::wait_until_healthy method

    Adds a method which repeatedly polls the `/health` endpoint until it
    returns a successful response or a specified timeout elapses.
    
    This is useful when writing tests that need to wait for a node to boot
    up (e.g. inside of a docker container).
    tony-iqlusion committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    2898474 View commit details
    Browse the repository at this point in the history