Search
Page 27 of 111. Showing 1,104 results (0.01 seconds)
supervisor_address
Synopsis supervisor_address = IPaddress IPaddress is used lock down the Supervisor to a specific IP address. This is used for hosts with multiple interface cards as with multiple IP addresses assigned to it. By default the Supervisor will use all IP addre…supervisor_default_cluster
Synopsis supervisor_default_cluster = cluster Submit jobs to cluster cluster if one is not specified. Example supervisor_default_cluster = /projectx Defaults /…supervisor_tmp_path
Synopsis supervisor_tmp_path = path Path is used to specify where the Supervisor will write its temporary files. Example supervisor_tmp_path = /tmp Defaults Linux/OSX:/tmp Windows:(Windows Default User Temp Path)…supervisor_worker_configfile
Synopsis supervisor_worker_configfile = file File is the Worker config file used for centralized Worker configuration. The Supervisor has the ability to use a macro-based configuration system via the Worker config file. Example supervisor_worker_configfil…database_host
Synopsis database_host = host Host is the host running the MySQL database server. Set this only if running the database on a different host than the Supervisor host itself. Example database_host = mydb…worker_post_interval
Synopsis worker_post_interval = time Time specifies how often the Worker should report its status to the Supervisor when it doesn't have anything to do. It is meant to keep the Supervisor up-to-date in the event it forgets about the Worker. The default is…worker_flags
Synopsis worker_flags = mask Mask sets some global Worker configuration parameters. Add up the settings to determine a composite value enabling each setting or list them…Properties and Uses
Execution Properties of a Callback: Always executed on the Supervisor Executed when a 'trigger' is evaluated as true Can be executed more than once Executed under the Qube user permissions of the user who owns the callback Common uses of a callback: Job d…Qube MobileView Server
http://pipelinefx.com/wp-content/uploads/2012/07/mobileview-jobs.png QubeMobileServer is a simple, cross-platform python webserver that is purpose-built to display Qube! jobs over http. It can run over SSL, require authentication and allow users to contro…worker_log_timeout
Synopsis worker_log_timeout = time Amount of time the Worker will wait in seconds before transmitting the job log's standard output and standard error to the Supervisor if the log mode is set to "remote." Example worker_log_timeout = 900 Defaults 10…