Search
Page 5 of 40. Showing 393 results (0.014 seconds)
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…How to restrict a host to only one instance of a given kind of job, but still allow other jobs
A Qube job has a "kind" parameter; this is a string which can be set to any value the user desires. It's mostly used to say "Only run one of this kind of a job…Job Submission Dialog
Jobs are submitted from the QubeGUI using the items under the Submit menu. Selecting one will launch a modal submission dialog with the standard framework and job-specific…Submitting a Job from Application
One can also submit jobs directly from the Application for many of the main jobtypes. Here are a few representative cases: Maya Job (through MEL script): Installing…qb_sudo_admin($user, $job)
If a user is marked as a "sudo" admin, they are given permission to jobs based upon the value return of this function. This creates the most flexible security policy…Writing job logs directly to a shared network filesystem
in *_logpath must be UNC, as drive letters are not visible to Windows system services. By default the job log information is handled with remote log transmission that follows…How clustering affects priority and worker selection for jobs
A diagram showing how the same 4 jobs have their priority sorted differently depending on which cluster the job and worker are each in. Workers in the / cluster (also…UI AppFinder Jobs > "Aerender (AppFinder) Job..."
Below are instructions on your first steps submitting After Effects jobs with Qube! The After effects Jobtype comes with the standard install of Qube! and does…Basic python job submission I. Single command
To begin we will go through a simple job submission. In this example, we will submit a job that runs a single command (in this case, the command "hostname") on one worker…Preventing_allowing job submission
In order to do major maintenance on a Supervisor, you will want to shut down its major functions, namely accepting jobs and dispatching them to hosts. The following command…