Skip to content

Conversation

@tomermonday
Copy link
Collaborator

Adding new function to handle large boards where CursorExpiredError may be raised during board data fetching

Comment on lines 53 to 54
query_params: Optional[Mapping[str, Any]],
limit: int,
Copy link

Choose a reason for hiding this comment

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

Suggested change
query_params: Optional[Mapping[str, Any]],
limit: int,
limit: Optional[int] = DEFAULT_PAGE_LIMIT_ITEMS,
is_large_board: bool = False,

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.

3 participants