Search

Search

Help

Page 97 of 117. Showing 1,170 results (0.015 seconds)

  1. supervisor_thread_count

    , added to the supervisor thread pool, and assigned the request. The supervisor_idle_clients indirectly affects the number of threads in existence by setting the number of transactions…
    Qube 6.10May 29, 2018
  2. How to fix the MySQL error message: Access denied for user 'qube_readonly'@'localhost'

    Linux: /usr/bin/mysql Windows: mysql (usually in the SEARCH path, courtesy of the Qube installation) For the remainder of this page, if you see mysql in the command line, add
    Qube 6.10May 29, 2018
  3. supervisor_default_security

    not been explicitly granted a permission set. If you wish to use the integer value instead of the comma-separated list, add up the base-10 integer values to determine a composite…
    Qube 7.0Nov 04, 2020
  4. Qube UI 7.5-2 Release Notes

    :"AfterEffects path" selects file, add missing file header…
    Release NotesJun 03, 2021
  5. jobSubmit07.py

    today? # which means we're talking about starting after midnight, so add # 1 day... if startTime < nowTime: startDatetime = startDatetime + datetime.timedelta(1…
    Qube 6.4 / … / PythonNov 08, 2012
  6. Package_explained.py

    listOfJobsToSubmit = [] # Below evaluates the jobs to be submitted and adds the to the above list listOfJobsToSubmit.append(job) # Below calls the list of jobs…
  7. Package_explained.py

    listOfJobsToSubmit = [] # Below evaluates the jobs to be submitted and adds the to the above list listOfJobsToSubmit.append(job) # Below calls the list of jobs…
  8. algorithm.pm

    their studio. # # To use this module: Modify the supervisor's /etc/qb.conf # # Add or change supervisor_queue_binding to: # supervisor_queue_binding = Perl # supervisor_queue_library…
    Qube / … / Supervisor AlgorithmsOct 15, 2014
  9. jobSubmit07.py

    today? # which means we're talking about starting after midnight, so add # 1 day... if startTime < nowTime: startDatetime = startDatetime + datetime.timedelta(1…
    Qube 6.6 / … / PythonMay 11, 2015
  10. Package_explained.py

    listOfJobsToSubmit = [] # Below evaluates the jobs to be submitted and adds the to the above list listOfJobsToSubmit.append(job) # Below calls the list of jobs…