Search
Page 23 of 40. Showing 393 results (0.012 seconds)
qbsubmit.py
# a single job. # ####################################################################### # # Licensed Materials - Property of PipelineFX L.L.C. # # (C) COPYRIGHT PipelineFX…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…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…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…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…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…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…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…WranglerView 6.4-4 Release Notes
========================= Fixes ========================= @FIX: job priority field now clamps priority to supervisor_max_priority if that value is lower than…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…