Search

Search

Help

Page 18 of 25. Showing 243 results (0.011 seconds)

  1. Job States

    state for submitted jobs. Signals to the Supervisor that the job may be started at any time. Jobs which have been suspended will also be marked as pending blocked Alternate…
    QubeJan 13, 2015
  2. How to set up a test farm separate from your production farm

    . Set the client's qb_domain to the test supervisor's. Submit a test job and ensure it's submitted to the new supervisor. Check in the QubeGUI on the test supervisor.…
    QubeOct 15, 2014
  3. Use_simpleCMD.py

    evaluates the jobs to be submitted and adds the to the above list listOfJobsToSubmit.append(job) # Below calls the list of jobs to be submitted and then prints the job IDs…
  4. Basic dependencies

    possibilities import qb def main(): # We're going to submit two jobs in the example - the second will wait # for the first # Set up the basic job properties…
    QubeOct 13, 2020
  5. Worker Host Groups

    Host groups are a simple way to target jobs to a list of machines without specifying them explicitly every time you submit a job. These groups are unrelated to Linux groups…
    QubeJan 06, 2015
  6. Qube! UI Users Guide

    The Qube! UI The Qube! UI is the main graphical interface for working with your Qube! farm. Submit and watch jobs, manage workers and preview renders. The new UI replaces…
    QubeMar 14, 2023
  7. 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…
    QubeOct 15, 2014
  8. supervisor_highest_user_priority

    -admin) user may use to submit or modify a job. Admins may not want to allow users to assign themselves the highest possible priority, reserving that privilege for render wranglers…
    QubeJan 06, 2015
  9. supervisor_max_postboard_retry

    . qbsubmitpost() also submits a "post" callback. Example supervisor_max_postboard_retry = 16 Defaults 8…
    QubeJan 07, 2015
  10. Service Mode Authentication: User vs Proxy

    , regardless of who submitted them. In user mode, all jobs execute as the user specified in the job, either the user that submitted the job, or some other specified user. All processes…
    QubeFeb 01, 2017