Is it possible to shut down Traefik gracefully (to finish ongoing requests)?

We are running Traefik in Docker containers and as soon as we stop a Traefik container, Traefik immediately exits and kills all ongoing connections. Is it possible to shutdown Traefik gracefully, so it will not accept new connections but ongoing requests can be fulfilled within a grace period of like 10 seconds?

Found the lifeCycle options in entrypoints, that should do the trick

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.