Search
Page 3 of 164. Showing 1,631 results (0.031 seconds)
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…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.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…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…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…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…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…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…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…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…