Search
Page 45 of 47. Showing 469 results (0.021 seconds)
Log Rotation
The Qube! supervisor and workers communicate between themselves in order to coordinate the dispatch and running of jobs, and log this communication in the supelog…Installing and Licensing 3ds Max on a Worker Node
Components to install You should perform a full installation of 3ds Max (including backburner) on all worker nodes that will be rendering Max jobs. Do not install a trial…The Supervisor Proxy
data from this column of the Qube! database job table. exclude_job_columns = data…bootstrap.py
") sys.path.append("/home/anthony/qube/src/api/python"); #load qube libs import qb # obtain input job jobarchive = "job.qja" backend = "execute.py" param = 1; if param < len(sys.argv…Client Configuration
A client is something (often a machine) that is going to submit jobs, but not run them. Compared to the Worker, client configuration is a very simple process - the only…Externally Updatable Worker Resources and Properties
by programs using API calls. Jobs, on submission, may "reserve" these resources or "request" properties on the workers. Worker resources and properties are updated by the API…worker_drive_map
Synopsis The worker drive map feature, particular to Windows workers, which instructs workers to automatically mount specified drives before they process jobs…Development Options
to control what is executed when a job runs on a Worker. There are 3 APIs available. It is recommended to choose scripting over C++ for ease of updating. Perl Python C++ QubeGUI…How to setup Windows symlinks for path translation
/Volumes/MyNetworkShare/project/foo.aep, when the job runs on a Windows worker, the worker will use "/Volumes/MyNetworkShare/project/foo.aep" which is now equivalent to "c:\Volumes…Drive Mounting: Remote files I access in OS X aren't visible on the Worker
client machines so that the paths to the files you access when you submit the job will be consistent with your Workers. Here's a link: http://www.bombich.com/mactips/automount.html…