Search

Search

Help

Page 3 of 164. Showing 1,631 results (0.031 seconds)

  1. Use the Metered License Server public REST API to retrieve the usage records for your supervisor

    http://docs.python-requests.org/en/master/user/install/#install module and a very current version of Python 2.7 to satisfy the TLS/SSL requirements. I work with Python 2.7.13, but you can use most versions of Python
    Qube 6.10May 23, 2018
  2. Use the Metered License Server public REST API to retrieve the usage records for your supervisor

    http://docs.python-requests.org/en/master/user/install/#install module and a very current version of Python 2.7 to satisfy the TLS/SSL requirements. I work with Python 2.7.13, but you can use most versions of Python
    Qube 7.0Nov 04, 2020
  3. Qube 7.5-0 Release Notes

    22230 ==== @FIX: a bunch more fixes to make python-based backends to work properly with python3 while maintaining python2 compatibility. Now if a python-based jobtype's job.conf…
    Release NotesOct 13, 2020
  4. Qube 6.8-3c Release Notes

    or subjobid), they return the status of the respective thing (job, work, or subjob) of the current callback context. JIRA: QUBE-1763 ZD: 16105 ==== CL 16235 ==== @FIX: a problem…
    Release NotesNov 19, 2018
  5. Qube 6.3-2 Release Notes

    -alarms and putting the worker to be in panic mode unnecessarily. ZD: 5445 5236 BUGZID: 63683 ==== CL 9232 ==== @FIX: fixed example python code (jobSubmit06.py) to work on Windows…
    Release NotesNov 19, 2018
  6. Qube 6.4-0 Release Notes

    ==== @FIX: fixed example python code (jobSubmit06.py) to work on Windows too. ==== CL 9211 ==== @FIX: added code to prevent the QbQueue::getSubjobReadyfindReady() routine from…
    Release NotesNov 19, 2018
  7. Qube 6.9-0 Release Notes

    to generate a false positive for the regex_errors match ==== CL 16049 ==== @NEW: add 'outputPath match required' to python-based jobs, frame/work is failed if no match is found…
    Release NotesNov 19, 2018
  8. Python job submission with Python language callback that runs an external script on the supervisor

    supervisor_language_flags must contain "python" or all python callbacks will be ignored. Sometimes the best way to perform complex behavior in a callback is to put…
    Qube 6.5Mar 17, 2014
  9. Python job submission with Python language callback that runs an external script on the supervisor

    work = {'name': i} job['agenda'].append(work) # build a callback for each item in the agenda (each frame) cb = { 'language': 'python', 'triggers…
    Qube 6.6Dec 15, 2016
  10. Python job submission with Python language callback that runs an external script on the supervisor

    work = {'name': i} job['agenda'].append(work) # build a callback for each item in the agenda (each frame) cb = { 'language': 'python', 'triggers…
    Qube 6.7Dec 15, 2016