Search

Search

Help

Page 23 of 40. Showing 393 results (0.012 seconds)

  1. qbsubmit.py

    # a single job. # ####################################################################### # # Licensed Materials - Property of PipelineFX L.L.C. # # (C) COPYRIGHT PipelineFX…
    Qube 6.4 / … / PythonNov 08, 2012
  2. Use_simpleCMD.py

    creates an empty dictionary to be filled by the following lines of code job = {} # Below defines the name of the Qube! job job['name'] = 'Maya BatchRender (rib…
  3. First Come, First Served (FCFS)

    The queue algorithm is a simple first-in, first-out system. Jobs are queued out in the order in which they are submitted. In this queuing scheme, jobs are sorted…
    Qube 6.4May 23, 2013
  4. I'd like to use the "waitfor" option in MEL

    Unfortunately the "waitfor" option isn't something available in the individual APIs however, there is an equivalent field in the job which the "waitfor" option can take…
    Qube 6.4Nov 05, 2012
  5. qb_approve_modify($oldjob, $newjob)

    Given the 2 jobs, the $oldjob contains the current job information, The new job contains the job after its modification is applied. The function must return 1…
    Qube 6.4Oct 12, 2012
  6. How do I set a worker up as a private or testing platform?

    Sometimes when testing new software versions or during application or jobtype development, it's handy to have a worker be "isolated", and only accept specific jobs from…
    Qube 6.4Apr 12, 2013
  7. supervisor_queue_library

    algorithm to use, or file points to a library file to be used as the source file for the queuing code. Values cluster Qube clustering algorithm. Jobs run based on where…
    Qube 6.4Mar 01, 2013
  8. Beginner Python submission and dependencies

    python to submit a basic job 2. Understand Job packages and what is required to submit jobs 3. Discover how to find the required fields for job packages in the Qube! GUI 4. Link…
    Qube 6.4May 24, 2013
  9. WranglerView 6.4-4 Release Notes

    ========================= Fixes ========================= @FIX: job priority field now clamps priority to supervisor_max_priority if that value is lower than…
    Qube 6.4Mar 18, 2013
  10. supervisor_log_flags

    with the individual bits to signify which components to log. Values job = 1 subjob = 2 work = 4 Example supervisor_log_flags = 3 supervisor_log_flags = "job,subjob" Defaults "job
    Qube 6.4Apr 29, 2013