Search

Search

Help

Page 62 of 1,195. Showing 11,950 results (0.016 seconds)

  1. 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…
    Qube 6.5Mar 13, 2013
  2. 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…
    Qube 6.5Oct 18, 2012
  3. 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…
    Qube 6.5May 06, 2014
  4. 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…
    Qube 6.5Aug 04, 2014
  5. 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…
    Qube 6.5Apr 29, 2013
  6. 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…
    Qube 6.5May 06, 2014
  7. 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…
    Qube 6.5Apr 29, 2013
  8. Job Labels

    _jobLabels The use of labels becomes more apparent in the Callback section of this document.…
    Qube 6.5May 06, 2014
  9. 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…
    Qube 6.5May 14, 2013
  10. 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…
    Qube 6.5Apr 29, 2013