Search

Search

Help

Page 5 of 12. Showing 116 results (0.014 seconds)

  1. qbsub

    --padding int Range pad value. --reverse Reverse the frame range --binary Use binary for frame range ordering --partitions int Number of partitions to use…
    QubeFeb 01, 2017
  2. Creating a new SimpleCmd

    ] if __name__ == '__main__': import wx import submit import logging import simplecmd logging.basicConfig(level=logging.DEBUG) app = submit.TestApp(redirect=False) cmds
    QubeOct 15, 2014
  3. Auto-Wrangling

    ) { if (the worker hasn't completed any frame it has been assigned so far) { if (other workers are completing frames from this job) { Worker is faulty, so lock…
    QubeFeb 01, 2017
  4. supervisor_max_worker_requeue

    Synopsis supervisor_max_worker_requeue = retries Retries is the maximum number of attempts the Supervisor will make to assign a job to a Worker host that claims to have…
    QubeJan 06, 2015
  5. supervisor_max_worker_retry

    Synopsis supervisor_max_worker_retry = retries Retries is the total number of attempts the Supervisor will make before giving up on a Worker host. When a host is marked…
    QubeJan 06, 2015
  6. Simple Job Type back end

    Example There is no need to inform the back end script of the path to the API libraries. use qb; use DBI; my $job = qb::jobobj(); while(1) { my $frame = qb…
    QubeOct 15, 2014
  7. _restrictionsSyntax

    Job and Worker Restrictions Restrictions are used to allow or restrict where jobs run, and are applied to both jobs and Workers. Restrictions are based on cluster names. A job has preferential priority on a Worker whose cluster matches the job's cluster,…
    QubeSep 24, 2015
  8. Job Dependency Attribute Syntax

    , and several characters are significant: * - mean each frame "" (blank) - means entire job Only use double-quotes in the info string, there's a known bug where the use…
    QubeFeb 01, 2017
  9. _SimpleCmd_CmdTemplate

    5 - cmdtemplate.png Cmd Template This is used to create the command string for launching the job on the worker. It will be set differently depending on the application you…
    QubeNov 03, 2014
  10. _SimpleCMD_QubeFrameRangeWithChunk

    range with chunk.png Range Frame range for the job (e.g 1-100, or 1-100x3, or 1,3,7,10) Most jobs require a frame range to execute on the workers. You can set this range…
    QubeOct 31, 2014