Skip to content

Commit

Permalink
Tidying up pydocs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Kudinkin <[email protected]>
  • Loading branch information
alexeykudinkin committed May 31, 2024
1 parent 69d32d0 commit 0ddd831
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dashboard/modules/job/job_supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,11 @@ async def launch(
entrypoint_resources: Optional[Dict[str, float]] = None,
_start_signal_actor: Optional[ActorHandle] = None,
):
"""Launches actual Ray Job driver
"""Launches execution of the Ray Job
NOTE: Actual Ray job execution is asynchronous, entailing that after launching
the job corresponding JobInfo object will be created in GCS and needs to be
polled for determining the up-to-date status of the ongoing job
Args:
runtime_env: Runtime environment used to execute driver command,
Expand Down

0 comments on commit 0ddd831

Please sign in to comment.