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

Add Graceful shutdown for Windows and hooks for shutdown of goroutines #8964

Merged
merged 6 commits into from
Nov 21, 2019

Commits on Nov 16, 2019

  1. Graceful Shutdown for windows and others

    Restructures modules/graceful, adding shutdown for windows, removing and
    replacing the old minwinsvc code.
    
    Creates a new waitGroup - terminate which allows for goroutines to
    finish up after the shutdown of the servers.
    
    Shutdown and terminate hooks are added for goroutines.
    zeripath committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    51f1cc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    51e34fd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    e664901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3caa76e View commit details
    Browse the repository at this point in the history
  3. Document STARTUP_TIMEOUT

    zeripath committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    c888c04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30a776e View commit details
    Browse the repository at this point in the history