elasticsearch-py icon indicating copy to clipboard operation
elasticsearch-py copied to clipboard

Add custom sleep parameter to async_bulk and async_streaming_bulk

Open girolamo-giordano opened this issue 1 year ago • 3 comments

Add custom sleep parameter to async_bulk and async_streaming_bulk allowing users to define their custom sleep action on async_bulk and async_streaming_bulk calls Closes #2484

girolamo-giordano avatar Dec 05 '24 22:12 girolamo-giordano

💚 CLA has been signed

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

github-actions[bot] avatar Dec 05 '24 22:12 github-actions[bot]

Hello, and thank you! We'll also need to add this to the sync version and add tests in test_helpers.

cla/check

pquentin avatar Dec 10 '24 07:12 pquentin

@pquentin Do you think we can close this one? I assume the purpose was to be able to use trio's sleep?

miguelgrinberg avatar Dec 18 '25 17:12 miguelgrinberg