Search

Search

Help

Page 1 of 7. Showing 68 results (0.015 seconds)

  1. Basic python job submission I. Single command

    To begin we will go through a simple job submission. In this example, we will submit a job that runs a single command (in this case, the command "hostname") on one worker…
    QubeOct 13, 2020
  2. Preventing a single bad job from sending many emails

    their instances when an agenda item fails by setting its "migrate_on_frame_retry" flag. To have 'migrate_on_frame_retry' set on every single job submitted, add it to the definition…
    QubeFeb 01, 2017
  3. How to upgrade a worker on Linux

    with a single command-line: The Qube rpm's have the dependencies between the supervisor, core, qubegui, etc. already defined, so all components can be uninstalled with a single
    QubeOct 15, 2014
  4. How to upgrade a supervisor on Linux

    Uninstalling with a single command-line: The Qube rpm's have the dependencies between the supervisor, core, qubegui, etc. already defined, so all components can be uninstalled…
    QubeOct 15, 2014
  5. How to upgrade a client on Linux

    with a single command-line: The Qube rpm's have the dependencies between the supervisor, core, qubegui, etc. already defined, so all components can be uninstalled with a single
    QubeOct 15, 2014
  6. supervisor_default_pgrp_subjob_limit

    means "no limit". This limit may be further reduced by the user subjob limit (see supervisor_default_user_subjob_limit ). This limit applies to a single process group, and users can…
    QubeJan 06, 2015
  7. Event types

    " of events job Specifies the entire job subjob Specifies a single subjob work Specifies a single work agenda item host Specifies the event belongs…
    QubeAug 20, 2018
  8. Basic dependencies

    ['agenda'] = agenda # Now we submit a single job (as a single element list). # This will be the parent job listOfJobsToSubmit = [] listOfJobsToSubmit.append(job…
    QubeOct 13, 2020
  9. framesubmit.py

    . # # Remember, this can easily be adapted for jobs which break up its frames into # tiles, or for distributing multiple chunks of frames to a single subjob # # Abstractly, one…
    Qube / … / PythonOct 15, 2014
  10. How to use frame chunking in the submission UI

    time they are sent work to be performed. When the application startup and scene load time can contribute significantly to the processing time of a single piece of work, it becomes…
    QubeOct 23, 2014