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

Make graceful shutdown optional #3577

Merged
merged 2 commits into from
Jul 13, 2021
Merged

Make graceful shutdown optional #3577

merged 2 commits into from
Jul 13, 2021

Commits on Jul 9, 2021

  1. Make graceful shutdown optional

    service.Collector is handling the signal management and implementing
    a graceful shutdown. This is a problem for collectors that want to
    wire their own signal handling in cases they want to add custom logic
    and/or have resources other than the service.Collector to shutdown.
    Making the automatic shutdown an optional behavior for users who
    may need to disable it.
    
    Fixes #3490
    rakyll committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    66f0855 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    rakyll committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    2d1eff4 View commit details
    Browse the repository at this point in the history