jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
How to Use the Elasticsearch task API
2024年8月16日 04:26
In Elasticsearch (ES), you can run a task and check its status with the task API.
For example, if you use the reindex API in ES with parameter with_for_completion=False,
ES will not wait for the process to finish and will return a task instead.