Commit 4c33a67
Harden Zulu metadata pagination with safety cap
- Stop paginating on a short page to avoid an extra empty request
- Guard against undefined results (not just null)
- Cap iterations at 100 pages and warn if the limit is hit to
prevent a runaway loop if the API misbehaves
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d62bb2d commit 4c33a67
3 files changed
Lines changed: 688 additions & 256 deletions
0 commit comments