π¨οΈJob
Intro

job commands overviewSubmit command
The submit sub-command is a utility to help users submit long-running computing jobs to an existing Ray computing cluster.
First, you need to write your codes and place relevant files into a working folder. Then define your job description file following the format down below -
Now you can submit your job with Fiat job submit command -

job submit commandStatus command
A command to check job status -

Log command
This command is used to log out stdout when executing the job. It will be really helpful if you want to track the logs of a specific job.

Terminate command
Sometimes we may make some mistakes or errors and we would like to shutdown a submitted job forcely. The terminate command is the solution for these circumstances.

Last updated