Search
Page 32 of 40. Showing 393 results (0.014 seconds)
How to set up a test farm separate from your production farm
:support@pipelinefx.com. Provide the MAC address of the test supervisor. In the absence of a license, your test supervisor will dispatch up to 2 job instances. Instruct one or more…qblogin
of their passwords, so that Qube workers running in "user" mode may authenticate as them to run their jobs. Users should note that this is only necessary when running jobs on Windows…WranglerView 6.4-5 Release Notes
========================= Fixes ========================= @FIX: performance improvement due to bug introduced in code change for 6.4-2 that allowed for the job list…Extra fields
The extra in the event specification refers to the type of event. Each type of event may require additional information. In the case of the job, it requires nothing more…Execution back end
When designing the Job Type, the developer must decide on both the method to execute the job, and the name of the file to bind. Example Specifying a file binding…Workers (Render Nodes)
Workers are daemons (or services in Windows) running on each execution host, that is, each host that is configured to execute jobs under the Qube management system. While…execute.py
import sys import pprint import subprocess import datetime import qb def initJob(): # Get the job object jobObject = qb.jobobj() # Gather and print the job object…qbupdateresource
, calls qbupdateresources to inform the Supervisor of the new counts. For example: you own 100 prman licenses Qube is configured to allow up to 100 prman job instances to be running…Scripting custom queuing algorithms
, $hostb, $job) qb_startjob_deinit() qb_rejectjob($job, $host) qb_preemptjob_init() qb_preemptcmp($runningjob, $candidatejob, $host) qb_preemptjob_deinit() A function…Scripting policy
, the developer must create a Perl module with the following Perl functions: qb_init() qb_approve_modify($oldjob, $newjob) qb_approve_submit($job) qb_calcstatus($subjobstatus…