The source project of this merge request has been removed.
ICSHWI-9191: Force container to wait for traefik registration
The assumption at the moment is that the following sequence occurs:
- Configuration changes, so the handler is registered
- FE container is updated, and registered with labels that traefik listens to
- Container restarts (See 1), but this happens while traefik is looking for it
- traefik misses the container
If that is the case, then this change should force the container to be registered by traefik before it actually restarts.