Commit 5ca380b
docs: nport-api is deleted from staging
The pre-rename node script (ADR-0049) had sat unrouted since 2026-08-06,
holding dead SubdomainLease / Registry / SourceQuota objects.
Checked before deleting, because deletion destroys those Durable Objects and a
tunnel they still owned would be stranded if nothing else could see it. Nothing
is stranded: `apps/node/src/reconcile.ts` sweeps the *account's* tunnel list
rather than its own records, the `nport-` prefix is what marks them, and both
scripts shared one account. So deleting the Worker turns its leases into
orphans that `nport-node` reaps with the CNAME ownership proof intact
(invariant 8) — the outcome, not a leak.
Also confirmed it existed only on staging; the production account has no such
Worker, so there was no chance of deleting the wrong one.
Verified after: the four remaining Workers are present, `/v1/health` answers,
`/v1/meta` still crosses the service binding, and the site serves.
The OPERATIONS entry keeps the reasoning rather than just recording the
deletion — the next rename will face the same question.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017ND8DWQLFchUayY5xeP6vb1 parent 378561c commit 5ca380b
2 files changed
Lines changed: 18 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1385 | 1385 | | |
1386 | 1386 | | |
1387 | 1387 | | |
1388 | | - | |
1389 | | - | |
1390 | | - | |
1391 | | - | |
1392 | | - | |
1393 | | - | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
1394 | 1398 | | |
1395 | 1399 | | |
1396 | 1400 | | |
| |||
0 commit comments