Search

Search

Help

Page 8 of 20. Showing 192 results (0.006 seconds)

  1. Shotgun Integration

    -by-step instructions to set it up and submit a test job On the Shotgun side: 1) Login to your Shotgun server. 2) Click on your profile picture in the top right corner of the Shotgun…
    QubeJul 07, 2017
  2. Triggers

    if jobB is dependent on jobA, but jobA has completed before jobB is submitted, the triggering event (the completion of jobA) will not occur again after jobB is submitted; jobB's…
    QubeFeb 01, 2017
  3. test_submit.py

    ) print 'job.qja: %s bytes' % arcSize else: submitted = qb.submit(job)[0] print 'job id: %(id)s' % submitted sys.exit() if __name__ == '__main__…
    Qube / … / HelloworldOct 15, 2014
  4. jobSubmit01_explained.py

    '] = 'hostname' # Below creates an empty list filled by the following lines of code listOfJobsToSubmit = [] # Below evaluates the jobs to be submitted and adds…
  5. Auto-Wrangling

    " to enable auto-wrangling. To globally turn on auto-wrangling for all submitted jobs (recommended), include "auto_wrangling" in the supervisor_job_flag" configuration parameter…
    QubeFeb 01, 2017
  6. What directory will my job run in?

    It will run in the same directory as it was submitted in, as long as that directory is valid on the executing Worker.…
    QubeOct 15, 2014
  7. Clustering and Job Priority

    scheme. Workers belong to 1 and only 1 cluster. Jobs are submitted into a cluster; you can change a job's cluster after it's submitted, but it will always be in 1 and only 1…
    QubeFeb 01, 2017
  8. Nuke Job Submission

    Step by step instructions for submitting Nuke jobs with Qube! Install the Nuke submission UI: Run WranglerView and go to the Install App UI menu item (File…
    QubeOct 13, 2020
  9. Python job submission with Python language callback that runs an external script on the supervisor

    ) ######################################## # submit the job ######################################## submitted = qb.submit(job) for job in submitted: print('submitted %(id)s: %(name)s' % job…
    QubeOct 13, 2020
  10. Monitoring Jobs in the UI

    Now that you have submitted some jobs, you will want to monitor them in the Qube! UI. If you have been working through the Qube 101 documentation in order, you…
    QubeOct 13, 2020