Status:
Idle - The task is not currently running and is waiting for execution. No resources are being used. In-queue - The task is waiting in line to be executed. Starting - The task is in the process of initializing. Resources are being allocated, and the task is preparing to run. Running - The task is currently executing. Resources are actively being used to perform the task. Need Stop - The task is about to be terminated.
Actions: Click button to deactive the running task. Click button to active the idle task. Click Edit menu to edit the task. Click Archive menu to archive the task.
Click the status tab to review the tasks corresponding to each status.
Click “Launch Task” button to launch task for provided models or customized artifacts.
Setting resourceThe resource cannot be edited; click the “Next” button.
Setting and schedulingTask Name: Define task name.File Path: Specify the script file name to be executed in the Docker image(without the file extension). Fox example, if the image includes a script named serve.py, enter serve here.Deployment Name: Specify the deployment name that will be exposed to the Ray cluster by the script. For example, you can use app as the deployment name.Type: One-off or Daily One-off - The task runs once as scheduled time. Daily - The task runs at the first scheduled time and can update replica numbers at subsequent daily scheduled times. This option is designed for recurring, predictable workloads where scaling needs follow a consistent daily pattern.Timezone: Select the timezone for scheduling.Time: Select the time for scheduling.Replicas: Select the Min replicas and Max replicas for schedule.
SummaryReview the information in the summary page. After confirmation, click the “Launch” button to launch task.
Active the TaskIn the task list, locate the task and then click button to active the idle task.