diff --git a/dashboard/modules/job/job_supervisor.py b/dashboard/modules/job/job_supervisor.py index fc8f551605cf..10a0dafb9b39 100644 --- a/dashboard/modules/job/job_supervisor.py +++ b/dashboard/modules/job/job_supervisor.py @@ -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,