Skip to content

Commit

Permalink
[core][state] Fix doc for list_tasks state API (#44417)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Qiao <[email protected]>
  • Loading branch information
ruisearch42 authored Apr 2, 2024
1 parent c61c2e9 commit 1fcd7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ray/util/state/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,9 +1036,9 @@ def list_tasks(
String filter values are case-insensitive.
limit: Max number of entries returned by the state backend.
timeout: Max timeout value for the state APIs requests made.
detail: When True, more details info (specified in `WorkerState`)
detail: When True, more details info (specified in `TaskState`)
will be queried and returned. See
:class:`WorkerState <ray.util.state.common.WorkerState>`.
:class:`TaskState <ray.util.state.common.TaskState>`.
raise_on_missing_output: When True, exceptions will be raised if
there is missing data due to truncation/data source unavailable.
_explain: Print the API information such as API latency or
Expand Down

0 comments on commit 1fcd7b7

Please sign in to comment.