Question: will Traefik wait until a successful health check before routing to a Swarm node?

With Traefik dynamic configuration via container labels (Docker Swarm), while a container has labels for routing and health checking, will Traefik first perform the health check and only in case of success then route the traffic to this container?

Or the route is created automatically, traffic is forwarded to the node, and only then health check is performed and in case of failure, the container's routing rules are removed and no traffic is forwarded to it?

Thanks :slight_smile: