Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fetch all entries when listing assigned producers (#5373)
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.
- Loading branch information