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

improve handling of unrecoverable errors caught in doRestartChild #88

Commits on Apr 24, 2014

  1. add logging to failures caught in doRestartChild

    The `Left` branch of doStartChild is unrecoverable. It currently drops
    the affected child without logging.
    tavisrudd committed Apr 24, 2014
    Copy the full SHA
    4f2e602 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. Copy the full SHA
    365c517 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6656a92 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. replace brutal die in doRestartChild with stopWith

    See discussion on 6656a92.
    tavisrudd committed May 6, 2014
    Copy the full SHA
    a208ea2 View commit details
    Browse the repository at this point in the history