Search
Page 34 of 111. Showing 1,104 results (0.019 seconds)
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…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…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 =…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…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…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…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…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…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…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…