Commit f4e50c4
committed
fix(deploy): post-verify marker β /healthz (invite/revoke went stale once M8a shipped) π―
The live hub already returns 401 for /v1/invite/revoke (M8a deployed), so that
marker no longer proves a swap took β it'd pass even on the old binary. /healthz
is the clean oldβnew discriminator (pre-round-1 hub 404s it; new code 200s with
version), plus a /readyz DB-ping check. Used this to verify the 7-round redeploy.1 parent 09fd944 commit f4e50c4
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
72 | 79 | | |
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
76 | | - | |
| 83 | + | |
0 commit comments