Search
Page 62 of 1,195. Showing 11,950 results (0.016 seconds)
client_logpath
Synopsis client_logpath = path When this specifies a valid path to the qube job logs, the client utilities will read the job logs directly off the network, rather than requesting the supervisor to send them. Example client_logpath = \\server\share\qube\lo…worker_job_types
Synopsis worker_job_types = jobtypes Jobtypes lists the job types this Worker is allowed to execute. The Administrator, if setting this field, must ensure that the job types in fact exist on the server before dispatching jobs to it. Example worker_job_typ…Packages
A job in Qube consists of information used to 'route' the job to the proper host; to determine what priority the job carries; and how to execute the job. In a simple queuing system, the information on how to execute a job is typically a single string repr…worker_journal_location
Synopsis worker_journal_location = filepath Filepath specifies the physical location of the Worker's journal file. The journal is the Worker's offline storage file containing what jobs it's working on, and the details associated with them. Note: It is vit…QubeMobileServer Quickstart
Screen shot 2013-02-26 at 12.25.29 PM.png To run the server, simply run qubeMobileServer (or qubeMobileServer.py with your python interpreter) in a terminal or command prompt. The [internal] URL to connect will be displayed when the server starts. Simply…Work Agendas
Qube supports an abstract coordination concept called a work agenda. By definition, it is a list of "things to do". The use of a job agenda allows for the most flexible and dynamic use of processor power, with the use of third party applications such as M…Startup and Configuration options
For this section, most files are relative to the qubeMobileServer executable (be it the python script or compiled binary). It follows, then, that "./" is the location of qubeMobileServer. The following options control how QubeMobileServer runs. They can b…Job Labels
_jobLabels The use of labels becomes more apparent in the Callback section of this document.…worker_logmode
Synopsis worker_logmode = mode Mode specifies what job logging action this host is required to take. By default it is set to remote which means that the Worker will transmit the contents of the job log back to the Supervisor so that it may be centrally lo…Operation Overview and Examples - Server side
Typically, one would start the server by simply running: ./qubeMobileServer[.py] (or /path/to/python qubeMobileServer.py) Doing so assumes you have ssl, PyOpenSSL (or a signed certificate) and Mako templates available. Mako templates ship with QubeMobileS…