check-complete

Checks to see whether the given job has completed on the selected set of targets.

usage: cmri job check-complete <job_name> [--no-dependencies] [--max-workers <MAX_WORKERS>] [--quiet] [--verbose] [arguments...]

required arguments:

job_name

The name of the job to run.

options:

-w, --max-workers

The maximum number of workers to spawn. If omitted, CodeMRI will select an optimal number based on CPU count and available RAM.

-v, --verbose

If included, show full back-traces on errors.

-q, --quiet

Suppress job status updates and messages.

--no-dependencies

Bypass all job dependencies– only run the job, itself.

[arguments...]

One or more arguments to the job to run. Arguments vary by job. Run job describe <job name> for a full list of arguments for a provided. Please note that CodeMRI will not remember job arguments across job runs.

Output Fields

Name

Description

TARGET

The target that was checked for job completion.

COMPLETE

True if the job is complete and can skip, False if not.