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

Only rely on next page token for pagination #1886

Merged

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

It is valid behaviour for the server to respond to GetWorkflowExecutionHistory with no events, but a next page token, and that page token may point to a page with more events for the SDK to process. Before this change the SDK would stop looking if it saw a page with no events without also checking if the next page token was populated.

@Quinn-With-Two-Ns Quinn-With-Two-Ns marked this pull request as ready for review October 8, 2023 23:49
@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner October 8, 2023 23:49
Copy link
Member

@cretz cretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this surface somewhere recently? (can discuss off PR if needed)

Copy link
Member

@Sushisource Sushisource left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this was fixed in Core a while back

@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit 720a9cb into temporalio:master Oct 10, 2023
6 checks passed
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.

None yet

3 participants