Helpers for bulk
method such as async_bulk
sleep in blocking manner, preventing graceful shutdown
#2484
Labels
bulk
method such as async_bulk
sleep in blocking manner, preventing graceful shutdown
#2484
We tried using
async_bulk
andasync_streaming_bulk
helpers to ingest data into Elasticsearch and they work great, but we've found out that they prevent our code from gracefully shutting down when CTRL+C is pressed.Example code that sleeps: https://github.com/elastic/elasticsearch-py/blob/main/elasticsearch/_async/helpers.py#L241
It would be great to have a way to:
The text was updated successfully, but these errors were encountered: