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

Add GracefulShutdownHandler #5156

Closed

Commits on Aug 14, 2020

  1. Add GracefulShutdownHandler

    This adds a handler that takes care of keeping the connection alive
    during a shutdown until the request is finished or the graceful stop
    timeout is reached.
    
    This is similar to what the StatisticsHandler already does, but does
    not collect the metrics, thereby reducing resource usage. Also the
    StatisticsHandler does not wait for requests in dispatched state.
    
    Signed-off-by: Thomas Draebing <thomas.draebing@sap.com>
    thomasdraebing committed Aug 14, 2020
    Copy the full SHA
    bdecde3 View commit details
    Browse the repository at this point in the history