πŸ–¨οΈJob

Intro

Fiat job commands overview

Submit 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 -

Ray Job submission via Fiat CLI job submit command

Status command

A command to check job status -

Check submitted 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.

Logging

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.

Terminate a running job

Last updated