Search

Search

Help

Page 19 of 25. Showing 243 results (0.014 seconds)

  1. Priority

    : supervisor_default_priority = 9999 If this configuration parameter is not set, jobs submitted will have a default priority of 9999. Job priority can also be set by the user on job submission, subject…
    QubeFeb 01, 2017
  2. General Widget Hierarchy

    worddav76d679c00b2103434ac0dabf5812f851.png data "properties" panel Preferences are stored under the qbPrefs.preferences Python dict (associative array) Submit dialogs add their own unique components…
    QubeOct 15, 2014
  3. Why do I get the GUI login window?

    their domain login and password with the Supervisor. That way, the Worker service can authenticate as the submitting user in order to execute the job. The GUI window you see comes up…
    QubeFeb 01, 2017
  4. How to Add a Qube! button to the 3dsmax toolbar

    a Qube! submit button in your toolbar…
    QubeOct 15, 2014
  5. How to set the starting job id to other than 250

    " This can be done on a running supervisor, there's no need to stop it before executing this statement, but it should be done while no users are submitting jobs.…
    QubeMay 29, 2018
  6. _LOM_commands_support

    http://en.wikipedia.org/wiki/Lights_out_management (LOM)) involves the use of a dedicated management channel for device maintenance. It allows a system administrator to monitor and manage servers and other…
    QubeFeb 01, 2017
  7. Creating a new SimpleCmd

    ] if __name__ == '__main__': import wx import submit import logging import simplecmd logging.basicConfig(level=logging.DEBUG) app = submit.TestApp(redirect=False) cmds…
    QubeOct 15, 2014
  8. _qubeuiPanelJobsDescription

    The Jobs Panel allows you to view and manage lists of jobs submitted to the Qube! farm. Selecting a job in a Jobs Panel will load related data into the other panels…
    QubeOct 13, 2020
  9. How to add a Qube! Button to After Effects

    In addition to the “File > Scripts > Qube! submit” method you can now have a dock-able submit button as seen below Qube!AEbutton.png To install simply put the Qube!.jsx…
    QubeSep 22, 2017
  10. jobSubmit07.py

    as easily enter '20:00' for 8pm timeToUnblock = time.strftime('%X', time.localtime(time.time() + 120) ) print 'Job will be submitted to unblock at: %s' % timeToUnblock…
    Qube / … / PythonOct 15, 2014