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

Wait for cluster endpoint #193

Merged
merged 4 commits into from
Jul 4, 2019
Merged

Wait for cluster endpoint #193

merged 4 commits into from
Jul 4, 2019

Commits on Jul 3, 2019

  1. Wait for cluster endpoint

    Try out sleeping for 10s to see if that addresses availability issues.  If so, we likely want to make a more correct fix to poll the API endpoint instead.
    lukehoban committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    6ce3994 View commit details
    Browse the repository at this point in the history
  2. Wait a lot longer...

    lukehoban committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    04a6070 View commit details
    Browse the repository at this point in the history
  3. Test cluster endpoint health

    Instead of always waiting 5 minutes, instead try to hit the cluster endpoint every 5 seconds, continuing on as soon as we can.  If we still can't reach it after 5 minutes, we allow the operation to continue (presumably to fail on some other operation).
    lukehoban committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    e1f772e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

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