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

Handle panics that percolate up to the graceful module #11291

Merged
merged 6 commits into from
May 15, 2020

Commits on May 4, 2020

  1. Handle panics in graceful goroutines

    Adds a some deferred functions to handle panics in graceful goroutines
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed May 4, 2020
    Configuration menu
    Copy the full SHA
    cde6b98 View commit details
    Browse the repository at this point in the history
  2. Handle panic in webhook.Deliver

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed May 4, 2020
    Configuration menu
    Copy the full SHA
    15eefef View commit details
    Browse the repository at this point in the history
  3. Handle panic in mirror.syncMirror

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed May 4, 2020
    Configuration menu
    Copy the full SHA
    495183c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    c1e0146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df22f77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8ee362 View commit details
    Browse the repository at this point in the history