Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.9-0
    Excerptsection

    Image Removed

    Column
    width40

    Image Added

    Qube Advanced Job ControlClick browse
    Column
    width60
    Expand
    title
    Click here for details...

    Flags

    Tooltip -

    List of submission flag strings (comma separated)

    Image Removed

     

    . 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 user based 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

    one of 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)"

    Info

    see . See How to restrict a host to only one instance of a given kind of job, but still allow other jobs

    Process Group

    Tooltip -

    Job Process Group

    (pgrp)

    for logically organizing dependent jobs. Defaults to the jobid. Combination of "label" and "Process Group"

    (pgrp)

    must be unique for a job.

    Info

    see See Process group labels

    Retry Frame/Instance

    Tooltip -

    Number of times to retry a failed frame/job instance.

    Value

    The default value of -1 means

    use the default for the studio.
    Info

    Set this to retry any failed frames or instances automatically

    don't retry.

    Retry Work Delay

    Tooltip -

    Number of seconds

    to wait before automatically retrying a failed frame/work.
    Info

    Set this to create a delay in second between the frame/instance retries.

    Subjob Timeout

    Tooltip -
    Info

    Kill the subjob process if running for the specified time (in seconds).  Value of -1 means disabled.

    Use this if the acceptable instance/subjob spawn time is known.

    Frame Timeout

    Tooltip -
    Info

    Kill the agenda/frame if running for the specified time (in seconds).  Value of -1 means disabled.

    Use this if the acceptable frame time is knownyou know how long frames should take, so that you can automatically kill those running long.