Commit b947251
fix(link-checker): switch entry pagination to cursor-based to bypass 10k CMA limit [ES-524]
The Contentful CMA enforces a hard cap of skip+limit<=10000. With
ENTRY_FETCH_LIMIT=100 this meant the fetching loop silently stopped after
100 pages (10000 entries), which for the customer space translated to
~14,670 links found. Replace skip-based pagination with sys.id[gt] cursor
pagination (ordered by sys.id) which has no upper bound.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c620a8a commit b947251
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
334 | | - | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
337 | 338 | | |
338 | 339 | | |
339 | 340 | | |
| |||
461 | 462 | | |
462 | 463 | | |
463 | 464 | | |
464 | | - | |
| 465 | + | |
465 | 466 | | |
466 | 467 | | |
467 | 468 | | |
| |||
0 commit comments