We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1c60f commit c4b4bccCopy full SHA for c4b4bcc
elasticsearch/client/tasks.py
@@ -8,6 +8,7 @@ class TasksClient(NamespacedClient):
8
"group_by",
9
"nodes",
10
"parent_task_id",
11
+ "timeout",
12
"wait_for_completion",
13
)
14
def list(self, params=None):
@@ -25,6 +26,7 @@ def list(self, params=None):
25
26
nodes
27
:arg parent_task_id: Return tasks with specified parent task id
28
(node_id:task_number). Set to -1 to return all.
29
+ :arg timeout: Explicit operation timeout
30
:arg wait_for_completion: Wait for the matching tasks to complete
31
(default: false)
32
"""
0 commit comments