Skip to content

ICSHWI-9191: Force container to wait for traefik registration

Simon Rose requested to merge (removed):add_wait_for into master

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.

Merge request reports