-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Allow retries for statuses other than 429 in streaming bulk #2071
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
Conversation
Closes elastic#1004. This updates elastic#1005 to work for both the async and sync client as well as adding tests.
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
buildkite test this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but some comments seemed inaccurate to me so I've added some suggested improvements.
Co-authored-by: Miguel Grinberg <[email protected]>
buildkite test this please |
Co-authored-by: Miguel Grinberg <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 51aacce)
Co-authored-by: Miguel Grinberg <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 51aacce)
Thank you for your contribution, it is now released as part of 8.16.0: https://github.com/elastic/elasticsearch-py/releases/tag/v8.16.0 |
Closes #1004.
This updates #1005 to work for both the async and sync client as well as adding tests.