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 request accepting grace period delaying graceful shutdown. #1971

Merged

Commits on Sep 25, 2017

  1. Add request accepting grace period delaying graceful shutdown.

    The new grace period defines how long Traefik should continue accepting
    requests prior to shutting down all connection listeners. It preceeds
    the existing (HTTP shutdown) grace period and allows for a full-circle
    graceful termination by expecting downstream load-balancers to take
    Traefik out of rotation in time, without the need for rather complex and
    external request draining procedures.
    
    Immediate beneficiaries are providers such as Kubernetes and Marathon
    which expect in-cluster applications to exhibit the described
    termination behavior.
    timoreimann committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    2901e69 View commit details
    Browse the repository at this point in the history
  2. Rename variable req{Term,Accept}GraceTimeout.

    Former name stems from a previous (never published) naming schema.
    timoreimann committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    b8c8d3d View commit details
    Browse the repository at this point in the history
  3. Remove restriction on syscall.SIGTERM.

    Doesn't really make sense since we shut down the server for SIGINT
    gracefully as well.
    timoreimann committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    50c6e1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    121d782 View commit details
    Browse the repository at this point in the history
  5. Update documentation.

    timoreimann committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    a3a102f View commit details
    Browse the repository at this point in the history
  6. Fix grammar deficiency.

    timoreimann committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    e74537b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a2b814 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f84490 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

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