You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): self-heal a lost CDN rebuild and surface tap push errors
The CDN manifest every installed client polls was kept correct by a single
fire-and-forget webhook POST. On 0.18.0 that POST hit four consecutive 60s
connect timeouts, the job only warned, and the consistency gate then polled a
manifest nobody had asked to rebuild -- the release stayed invisible until a
human fired the webhook by hand.
The consistency poll now re-fires the deploy trigger every 8 attempts while the
CDN is behind, so a lost trigger heals inside the job that gates on it.
The Homebrew tap bump has failed twice with its real cause swallowed by
stdio: 'ignore'. Git's stderr now reaches the log, with the token redacted.
0 commit comments