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

Expose current HystrixCommand to fns #158

Merged

Commits on Jul 26, 2013

  1. Expose current HystrixCommand to fns

    @ohpauleez noticed that the current HystrixCommand was inaccessible from
    :fallback-fn. This change introduces a dynamic var, *command* that
    exposes the currently running HystrixCommand instance so it can be
    interrogated as needed. At some point, if the dynamic var doesn't work
    out or proves error-prone or unwieldy, we may introduce alternative
    functions that explicitly pass the function as the first arg.
    daveray committed Jul 26, 2013
    2 Configuration menu
    Copy the full SHA
    d4f992a View commit details
    Browse the repository at this point in the history