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

feat(search-index): add retry for search index create and settings update #143

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rs-amp
Copy link
Contributor

@rs-amp rs-amp commented May 26, 2022

This PR adds a method that allows requests that create or modify resources and are guaranteed to go through to wait for their results to come through if the initial request is to time out.

This method has been added to:

  • search index create - Creating indexes can be slow, but if you make the request you can guarantee the index will be created.
  • search index settings update: It can create replicas, this can be slow for a similar reason.

This hasn't been heavily tested since it can be hard to trigger. Will be going though QA to verify.

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.

1 participant