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

Fix alloc health with checks using interpolation #2984

Merged
merged 2 commits into from
Aug 10, 2017
Merged

Fix alloc health with checks using interpolation #2984

merged 2 commits into from
Aug 10, 2017

Commits on Aug 7, 2017

  1. Fix alloc health with checks using interpolation

    Fixes an issue in which the allocation health watcher was checking for
    allocations health based on un-interpolated services and checks. Change
    the interface for retrieving check information from Consul to retrieving
    all registered services and checks by allocation. In the future this
    will allow us to output nicer messages.
    
    Fixes #2969
    dadgar committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    3b30092 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Address comments

    dadgar committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    4d323e1 View commit details
    Browse the repository at this point in the history