the hub queryHistory call currently does not support a queryOpts parameter (for things like ordering, limits, or offsets).
I discovered this while hoping to add a paging call, as some other longer listings allow (using incrementing offset values with a fixed limit).
As I understand it, the hub implementation uses a streaming reply of 1000 entries or so, but that can still OOM the hub if the result set is too large.
PR #3902
Metadata Update from @tkopecek: - Custom field Size adjusted to None
Metadata Update from @tkopecek: - Issue set to the milestone: 1.35
Metadata Update from @tkopecek: - Issue set to the milestone: 1.34 (was: 1.35) - Issue tagged with: testing-ready
Metadata Update from @mfilip: - Issue tagged with: testing-done
Commit bdf2b3fe fixes this issue
Commit 81cbee2c relates to this ticket
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/3899
Please continue any further discussion there.