Search
Page 5 of 12. Showing 116 results (0.014 seconds)
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…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…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…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…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…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…_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,…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…_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…_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…