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

Add binding for search-api-v2 bulk sync #1794

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Add binding for search-api-v2 bulk sync #1794

merged 1 commit into from
Oct 31, 2023

Conversation

csutter
Copy link
Contributor

@csutter csutter commented Oct 31, 2023

Like the existing functionality in search-api, we want to add the
ability to enqueue a "bulk reindex/sync" for search-api-v2. This
deliberately listens to a different routing key from search-api to
avoid pointlessly reindexing documents there as part of any v2 work, and
uses the same queue as regular indexing for simplicity.

Like the existing functionality in `search-api`, we want to add the
ability to enqueue a "bulk reindex/sync" for `search-api-v2`. This
deliberately listens to a different routing key from `search-api` to
avoid pointlessly reindexing documents there as part of any v2 work, and
uses the same queue as regular indexing for simplicity.
@csutter csutter changed the title Add queue and binding for search-api-v2 bulk sync Add binding for search-api-v2 bulk sync Oct 31, 2023
Copy link
Contributor

@aldavidson aldavidson left a comment

Choose a reason for hiding this comment

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

LGTM

@csutter csutter merged commit d734223 into main Oct 31, 2023
1 check passed
@csutter csutter deleted the sav2-bulk branch October 31, 2023 13:55
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.

2 participants