Search
Page 15 of 111. Showing 1,104 results (0.012 seconds)
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…Custom Queuing Algorithms
Although Qube! is shipped with several pre-built and optimized queuing algorithms, Qube! also allows developers to take advantage of the research PipelineFX has done in queuing system design to write their own queuing system algorithm. This is a feature h…worker_logpath
Synopsis worker_logpath = path Path specifies the log directory which the Worker will create/use the numbered directories for the job's standard output and standard error. Example worker_logpath = /logs/qube Defaults Linux/OSX: /var/spool/qube Windows: C:…