__init__.py 文件源码

python
阅读 75 收藏 0 点赞 0 评论 0

项目:elasticsearch-fabric 作者: KunihikoKido 项目源码 文件源码
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
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号