Comment:
Published by Scroll Versions from this space and version 6.9-0
Excerptsection
Image Removed
Column
width
40
Image Added
Column
width
60
Expand
title
Qube Advanced Job Control
Click here for details...
Flags
Tooltip -
List of submission flag strings (comma separated)
Image Removed
Click browse
. Click 'Browse' to choose required job flags.
Include Page
_jobFlags
_jobFlags
Image Added
See this page for a full explanation of flag meanings
Dependency
Tooltip -
Wait for specified jobs to complete before starting this job (comma-separated)
Image Removed
. Click 'Add' to create
dependant
dependent jobs.
you
Image Added
You can link jobs
states
to each other
by
in several
factors
ways:
"complete" means only start this job after designated job completes
"failed" means only start this job if the designated job fails
"killed" means only start this job if the designated job has been killed
"done" means start this job if the designated job is killed/failed/complete
The second menu chooses between "job" (the entire set of frames) and "work" (typically a frame). So to link frame 1 of one job to frame 1 of a second, job, you would choose "work" in this menu. If you want to wait for all the frames of one job to complete before starting a second, then choose "job". The other option, "subjob", refers to the instance of a job. This is much less common, but means that, for example, the instance of Maya that was running frames has completed.
For a complete description on how to define complex dependencies between jobs or frames, please refer to the Callbacks section of the Developers Guide.
Email (job complete)
Tooltip -
Send email on job completion (success or failure)
Info
Info
. Sends mail to the designated userbased on the status of the job being complete .
Email (failed frames)
Tooltip - Send email on job completion (success or failure)
Sends mail to the designated user based on the status of the job being failed if frames fail.
Blocked
Tooltip -
Set initial state of job to "blocked"
Info
Enable this tickbox to ensure after submission this job is in a blocked state
.
Stderr->Stdout
Tooltip -
Redirect and consolidate the job stderr stream to the stdout stream
Info
. Enable this if you would like to combine you your logs into one stream.
Job Label
Tooltip -
Optional label to identify the job. Must be
a
unique within a Job Process Group
(pgrp).
Info
Legacy method of labelling jobs see Job Tags. This is most useful for submitting sets of dependent jobs, where you don't know in advance the job IDs to depend on, but you do know the labels.
Job Kind
Tooltip -
Arbitrary typing information that can be used to identify the job.
Common usage: it can be
It is commonly used to
restrict
make sure only
1
oneof this "kind" of job
from running
runs on a worker at the same time by setting the job
\
's requirements to include "not (job.kind in host.duty.kind)"