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

Quit child processes when supervisor crashes (Linux only) #649

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Jan 8, 2013

  1. Quit child processes when supervisor crashes (Linux only)

    Use prctl(PR_SET_PDEATHSIG, SIGTERM) to send signal when
    parent dies
    Scott Wilson committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    90acef9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2013

  1. ENG-8730 PDEATHSIG is SIGKILL instead of SIGTERM

    Scott Wilson committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    d32be88 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Merge

    lukeweber committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    4541449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d459858 View commit details
    Browse the repository at this point in the history
  3. remove unused import

    lukeweber committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    2bfa0bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9a39d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. Configuration menu
    Copy the full SHA
    d81f7db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf52d1 View commit details
    Browse the repository at this point in the history