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

Improve the adaptation speed of polling algorithm #88

Merged
merged 9 commits into from
Sep 16, 2015

Commits on Sep 11, 2015

  1. Configuration menu
    Copy the full SHA
    ce80620 View commit details
    Browse the repository at this point in the history
  2. Added timeout mechanism to make scheduler adapt faster

     * Extracted all constants controlling scheduler to AdaptivePollingReceiver
     * Added role interface for the back-off strategy
     * Decoupled the sender and receiver from the pipeline ContextItemRemovalDisposable
     * Removed the ITaskTracker abstraction
    SzymonPobiega committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    7b37d23 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2015

  1. Configuration menu
    Copy the full SHA
    76961d0 View commit details
    Browse the repository at this point in the history
  2. refactor: BoundedExponentialBackOff

     - simplify RecalculateDelay()
     - rename maximum to maximumDelay
     - introduce defaultDelay to remove duplication
    adamralph authored and SzymonPobiega committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    479d9f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55fe086 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddd6405 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2015

  1. Updated ATs to latest

    SzymonPobiega committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    5e9a46c View commit details
    Browse the repository at this point in the history
  2. Fixed ATs

    SzymonPobiega committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    04de256 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2015

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