Search

Search

Help

Page 45 of 47. Showing 469 results (0.021 seconds)

  1. 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…
    QubeNov 19, 2018
  2. 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…
    QubeDec 04, 2014
  3. The Supervisor Proxy

    data from this column of the Qube! database job table. exclude_job_columns = data…
    QubeFeb 08, 2021
  4. 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…
    Qube / … / PythonOct 15, 2014
  5. 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…
    QubeFeb 01, 2017
  6. 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…
    QubeFeb 10, 2017
  7. 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
    QubeJan 06, 2015
  8. 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…
    QubeOct 15, 2014
  9. 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…
    QubeOct 20, 2014
  10. 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…
    QubeOct 13, 2020