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 a bug that windows service isn't stopped gracefuly #3156

Merged
merged 2 commits into from
Nov 6, 2020

Commits on Nov 6, 2020

  1. Fix a bug that windows service isn't stopped gracefuly

    This fix should be applied with ServerEngine 2.2.2 or later, otherwise
    supervisor can't stop multiple workers.
    
    ref: treasure-data/serverengine#105
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    cb8b168 View commit details
    Browse the repository at this point in the history
  2. Upgrade required version of ServerEngine

    ServerEngine 2.2.2 is required to stop multiple workers on Windows.
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7f26c0c View commit details
    Browse the repository at this point in the history