Commit 2c2dfc6
Fix ClickHouse health check: add retries and fix ambiguous YAML
The clickhouse health check had no interval/timeout/retries/start_period,
so it used Docker defaults (retries=3, interval=30s). If ClickHouse
takes more than 90s to be ready on CI (3 × 30s), it becomes permanently
unhealthy, blocking metrics from starting since we added
clickhouse:service_healthy as a metrics dependency.
Also fix the multiline YAML for the test command (was split across
two lines as a plain scalar) — replace with the unambiguous list form.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent dc9a9f2 commit 2c2dfc6
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
378 | | - | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
379 | 381 | | |
380 | 382 | | |
381 | 383 | | |
| |||
0 commit comments