Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch all entries when listing assigned producers #5373

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Conversation

bnaecker
Copy link
Collaborator

@bnaecker bnaecker commented Apr 1, 2024

This works around a confusing interface in Progenitor, which lists the second argument to the *_stream() methods as a limit, but which describes it as a page size. It currently is the former, a total limit on all entries, so this change ensures we refresh our producer entire producer list.

This works around a confusing interface in Progenitor, which lists the
second argument to the `*_stream()` methods as a `limit`, but which
describes it as a page size. It currently is the former, a total limit
on all entries, so this change ensures we refresh our producer entire
producer list.
@bnaecker bnaecker requested a review from jgallagher April 1, 2024 21:49
@bnaecker bnaecker enabled auto-merge (squash) April 1, 2024 22:07
@bnaecker bnaecker merged commit 64b288d into main Apr 2, 2024
20 checks passed
@bnaecker bnaecker deleted the paginate-with-none branch April 2, 2024 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants