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

Added supports for setting threadPoolProperties through @HystrixCommand annotation #326

Merged
merged 5 commits into from
Nov 9, 2014

Commits on Oct 18, 2014

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

Commits on Oct 21, 2014

  1. Use ConfigurationManager to initialize ThreadPoolProperties instead o…

    …f passing ThreadPoolPropertiesSetter into the constructor
    Zhang Yuhan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    d7d2982 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2014

  1. refactor, and added test case for verifying the thread pool propertie…

    …s. problem: metricsRollingStatisticalWindowInMilliseconds, and metricsRollingStatisticalWindowBuckets wouldn't be set correctly
    Zhang Yuhan committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    3d9ef19 View commit details
    Browse the repository at this point in the history
  2. added test case for setting metrics.rollingStats; updated README; rem…

    …oved unused code
    Zhang Yuhan committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    9acbd36 View commit details
    Browse the repository at this point in the history