Skip to content

pass retry configuration to each next_page in Pager calls #888

@daniel-sanche

Description

@daniel-sanche

We have three rpcs that use pagers: ListDocuments, ListCollectionIds, and PartitionQuery

Currently, retry and timeout values can be passed in to all 3, but it is only used in the initial call. When the next_page call is made, it uses API default values for these fields

This should be addressed at the gapic-generator level. See googleapis/gapic-generator-python#1974

Metadata

Metadata

Assignees

Labels

api: firestoreIssues related to the googleapis/python-firestore API.priority: p3Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions