Add custom sleep parameter to async_bulk and async_streaming_bulk
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
💚 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.
Hello, and thank you! We'll also need to add this to the sync version and add tests in test_helpers.
cla/check
@pquentin Do you think we can close this one? I assume the purpose was to be able to use trio's sleep?