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

Fix task reaper batching #2669

Merged
merged 1 commit into from
Jun 27, 2018
Merged

Commits on Jun 26, 2018

  1. Fix task reaper batching

    The batching logic of the task reaper was previously race-y because of
    its use of timer.Reset. This fixes the logic to guarantee it's not
    race-y.
    
    Signed-off-by: Drew Erny <drew.erny@docker.com>
    dperny committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    5291c7a View commit details
    Browse the repository at this point in the history