You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the health check runs every 30s. Even if our container boot only takes some seconds, this means, the reverse proxy sends the first traffic after 30 seconds after starting the container if the container is healthy at this time.
With Docker Engine 25.0, a new "StartInterval" configuration was introduced to mark the container as started / healthy more quicky:
Currently, the health check runs every 30s. Even if our container boot only takes some seconds, this means, the reverse proxy sends the first traffic after 30 seconds after starting the container if the container is healthy at this time.
With Docker Engine 25.0, a new "StartInterval" configuration was introduced to mark the container as started / healthy more quicky:
moby/moby#40894
We should add this to our healthcheck.
The text was updated successfully, but these errors were encountered: