Commit c1073d1
committed
fix(V2): address pre-push review findings
- Harden hasStagedDelete to check all diff.change elements, not just
parsed[0], guarding against before/after array payloads
- Assert non-deleted Graph B siblings survive after cascade commit to
detect overly-aggressive cascades
- Correct COMMIT_POLL_INTERVAL_MS comment: interval affects both live
jobs and the per-iteration load is ~6.7x (two HTTP calls per loop),
not ~3x
- Annotate org-creation polling loops to explain why they intentionally
do not use COMMIT_POLL_INTERVAL_MS1 parent 34f4578 commit c1073d1
2 files changed
Lines changed: 22 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
217 | 232 | | |
218 | 233 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
1199 | 1202 | | |
1200 | 1203 | | |
1201 | 1204 | | |
1202 | | - | |
| 1205 | + | |
1203 | 1206 | | |
1204 | 1207 | | |
1205 | 1208 | | |
| |||
1496 | 1499 | | |
1497 | 1500 | | |
1498 | 1501 | | |
1499 | | - | |
| 1502 | + | |
1500 | 1503 | | |
1501 | 1504 | | |
1502 | 1505 | | |
| |||
0 commit comments