def reindex_rethrottle(task_id=None, **kwargs):
"""
Change the value of requests_per_second of a running reindex task.
https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html
"""
res = request("reindex_rethrottle", None, task_id=task_id, **kwargs)
jsonprint(res)
return res
评论列表
文章目录