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

connect: use exp backoff when waiting on consul envoy bootstrap #10453

Merged
merged 1 commit into from
Apr 27, 2021

Commits on Apr 27, 2021

  1. connect: use exp backoff when waiting on consul envoy bootstrap

    This PR wraps the use of the consul envoy bootstrap command in
    an expoenential backoff closure, configured to timeout after 60
    seconds. This is an increase over the current behavior of making
    3 attempts over 6 seconds.
    
    Should help with #10451
    shoenig committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    6884455 View commit details
    Browse the repository at this point in the history