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

Fails batch_running tasks if worker dies early #1850

Merged
merged 1 commit into from
Sep 12, 2016

Commits on Sep 8, 2016

  1. Fails batch_running tasks if worker dies early

    If a worker were to die between receiving batch tasks and responding with
    the task that will run them, we want the tasks to fail. Our existing
    methods to fail batch tasks don't work in this case, so I've extended the
    method for failing RUNNING tasks to also work for BATCH_RUNNING in order
    to handle this extra case.
    daveFNbuck committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    e9aa9b7 View commit details
    Browse the repository at this point in the history