Search

Search

Help

Page 34 of 111. Showing 1,104 results (0.019 seconds)

  1. supervisor_idle_threads

    Synopsis supervisor_idle_threads = # of threads The minimum number of Supervisor threads. This allows the Supervisor to maintain a specified number of threads ready to service network messages. If the Supervisor finds that it is unable to satisfy the inco…
    Qube 6.5Jun 04, 2013
  2. supervisor_language_flags

    Synopsis supervisor_language_flags = mask Mask sets which languages the Supervisor will accept for callback code. Values Name Value (dec / bin) Description qube 1 / 0000001 Enables the "qube" callback language that uses the "code" section of the job to sp…
    Qube 6.5Apr 29, 2013
  3. supervisor_log_flags

    Synopsis supervisor_log_flags = mask Mask specifies which events the administrator wants to track in the job's history file. The field is described by a integer with the individual bits to signify which components to log. Values job = 1 subjob = 2 work =…
    Qube 6.5Apr 29, 2013
  4. supervisor_logpath

    Synopsis supervisor_logpath = path Path is used to specify the log directory to use to store job log data as well as individual host and user histories. This is further explained in this documentation under Job Logs Example supervisor_logpath = /var/spool…
    Qube 6.5Mar 13, 2013
  5. supervisor_manifest

    Synopsis supervisor_manifest = path path were the manifest log is located. This log contains all events concerning jobs and their actions. The format is similar to the job *.hst file format and provides a quick mechanism for looking at all logged events a…
    Qube 6.5Oct 18, 2012
  6. supervisor_manifest_flags

    Synopsis supervisor_manifest_flags = mask Mask specifies which events the administrator wants to track in the manifestlog. The field is described by a integer with the individual bits to signify which components to log. This log is located by default here…
    Qube 6.5Oct 18, 2012
  7. supervisor_max_clients

    Synopsis supervisor_max_clients = clients Clients is the maximum number of network messages a thread is allowed to service before dying. By increasing this number, the administrator is able to reduce the overhead of threads which re-spawn. The penalty how…
    Qube 6.5Jan 27, 2014
  8. supervisor_max_postboard_retry

    Synopsis supervisor_max_postboard_retry = retries Retries is the total number of attempts the Supervisor will make before giving up on communicating to the postboard target the event the target was looking for has been triggered. Example supervisor_max_po…
    Qube 6.5Oct 18, 2012
  9. supervisor_max_priority

    Synopsis supervisor_max_priority = priority Priority is the maximum numeric priority (therefore the lowest dispatch priority) the Supervisor will allow users to specify. Jobs which are set above this number are automatically set to priority. Example super…
    Qube 6.5Jan 13, 2014
  10. supervisor_max_threads

    Synopsis The total number of Supervisor threads, the upper bound on the size of the supervisor thread pool. This may contain idle supervisor threads. supervisor_max_threads = threads Note: This does not include the 7 additional threads the Supervisor ope…
    Qube 6.5Jan 13, 2014