Follow tree-endpoint pagination — message board froze at 1000 files

#3
by lvwerra HF Staff - opened
Gemma Challenge org

The bucket tree API returns at most 1000 entries per page, with the rest behind a Link: ...; rel="next" header. _list_md_hub only read the first page, so the dashboard's message board silently froze at 1000 files — the board is currently at 1016, and results/ / agents/ would hit the same wall via the same function.

Fix: follow the pagination links before filtering. Verified against the live bucket: all 1016 message files are listed (2 pages).

Same fix is in the template repo as huggingface/agent-collabs@69464a9.

abidlabs changed pull request status to merged

Sign up or log in to comment