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

make phased restarts faster #857

Merged
merged 2 commits into from Jan 15, 2016
Merged

Commits on Jan 15, 2016

  1. make phased restarts faster

    Have the worker send the master "tPID" immediately before shutdown; this
    lets the master move on to booting the next worker immediately, instead
    of waiting for the next iteration of the select() loop.
    Ben Osheroff committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    3fdf0c9 View commit details
    Browse the repository at this point in the history
  2. put back default param for check_workers

    Ben Osheroff committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    222d690 View commit details
    Browse the repository at this point in the history