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
fix: replace docker compose --wait with manual health polling in CI
Docker's --wait respects the compose healthcheck parameters, so once
retries are exhausted the container is marked permanently unhealthy
regardless of --wait-timeout. Switch to manual curl/exec polling loops
with generous timeouts (60×2s for ClickHouse, 30×2s for Postgres/Redis)
which are independent of compose healthcheck config.
0 commit comments