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

Make purge crawl pagination lazy #102

Open
navarone-feekery opened this issue Aug 21, 2024 · 0 comments
Open

Make purge crawl pagination lazy #102

navarone-feekery opened this issue Aug 21, 2024 · 0 comments

Comments

@navarone-feekery
Copy link
Collaborator

Problem Description

Pagination for the purge crawl feature isn't paginated, so all IDs are stored in memory during the sync. This could cause problems for users that need to purge very large amounts of docs.

Proposed Solution

Make the pagination lazy so we can avoid this.

Additional Context

Came up in this PR: #65 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant