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

Back-pressure on Nacks and ensure scheduling progress on failures #2555

Merged
merged 5 commits into from
Apr 14, 2017

Commits on Apr 12, 2017

  1. Delay Nack re-enqueue

    Add a delay when an evaluation is nacked that starts off small but
    compounds to a larger delay for subsequent Nacks. This creates some
    back pressure.
    dadgar committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    57ed873 View commit details
    Browse the repository at this point in the history
  2. Reaping failed evaluations creates follow up eval

    Create a follow up evaluation when reaping failed evaluations. This
    ensures that a job will still make eventual progress.
    dadgar committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    7e64557 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Easy feedback fixes

    dadgar committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    53f9540 View commit details
    Browse the repository at this point in the history
  2. Push to configs

    dadgar committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    3062b26 View commit details
    Browse the repository at this point in the history
  3. NewEvalBroker comment

    dadgar committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    d3807db View commit details
    Browse the repository at this point in the history