Polls the health endpoint until the proxy reports ready. Useful in Procfiles, scripts, and CI pipelines to ensure the proxy is accepting connections before starting dependent applications.Documentation Index
Fetch the complete documentation index at: https://docs.codezero.io/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Options
| Option | Default | Description |
|---|---|---|
--url | http://127.0.0.1:6790/health | Health check URL |
--timeout | 30 | Timeout in seconds |
Examples
Exit codes
| Code | Meaning |
|---|---|
0 | Proxy is ready |
1 | Timeout reached — proxy did not become ready |