Search

Search

Help

Page 5 of 40. Showing 393 results (0.014 seconds)

  1. 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…
    Qube 6.4Oct 22, 2012
  2. 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
    Qube 6.4May 31, 2013
  3. 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…
    Qube 6.4Oct 16, 2012
  4. 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…
    Qube 6.4Jun 17, 2013
  5. 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…
    Qube 6.4Oct 12, 2012
  6. 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…
    Qube 6.4Mar 01, 2013
  7. 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…
    Qube 6.4Jan 30, 2014
  8. 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…
    Qube 6.4Sep 04, 2013
  9. 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…
    Qube 6.4May 24, 2013
  10. 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…
    Qube 6.4Oct 17, 2012