Commit 8c143a3
Fix CnosDB readiness check to use TCP port probe
The /ping endpoint does not exist on CnosDB, causing curl -f to loop
forever. Switch to nc -z which just checks that the port is open.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 708af09 commit 8c143a3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments