Commit 0c661a9
committed
fix(release): OpenAPI export readiness gate polls the served endpoint
The gate required /health to be healthy/degraded, but the throwaway CI config
yields an unhealthy server (no AWS creds), so it spun the full 30s and never
gated. Poll /openapi.json instead — 200 as soon as uvicorn serves.1 parent cde98f0 commit 0c661a9
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
0 commit comments