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

feat: force kill daemons after timeout #441

Merged
merged 6 commits into from
Jan 29, 2020
Merged

feat: force kill daemons after timeout #441

merged 6 commits into from
Jan 29, 2020

Commits on Jan 22, 2020

  1. feat: force kill daemons after timeout

    This PR re-adds a feature that was removed in 1.0.0 whereby daemons are force killed with a SIGKILL when they do not stop within a timeout.
    
    It adds 2 new options to the `Daemon` class - `forceKill` (boolean - default `true`) and `forceKillTimeout` (number - default 10000).
    Alan Shaw committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    5a77ee7 View commit details
    Browse the repository at this point in the history
  2. fix: do no throw stop error on force kill

    Alan Shaw committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    8875f2c View commit details
    Browse the repository at this point in the history
  3. chore: appease linter

    Alan Shaw committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    7cbeb93 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    fcfbe4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed5b7c9 View commit details
    Browse the repository at this point in the history
  3. chore: pr comments

    achingbrain committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    fc9953d View commit details
    Browse the repository at this point in the history