Search

Search

Help

Page 2 of 47. Showing 469 results (0.009 seconds)

  1. Job and Host Assignment

    Since there are many variables that an affect when and whether a particular job is dispatched to a worker, it might help if some of the decisions involved in this process…
    QubeJan 14, 2015
  2. Job Requirements

    Synopsis Jobs can have requirements, which are resources or other conditions which must be available before the job can run. Qube!'s requirement specification is expression…
    QubeJan 13, 2015
  3. Monitoring Jobs in the UI

    Now that you have submitted some jobs, you will want to monitor them in the Qube! UI. If you have been working through the Qube 101 documentation in order, you…
    QubeOct 13, 2020
  4. qb_preemptcmp($runningjob, $candidatejob, $host)

    This is a comparison function which is slightly different from the previous cmp functions. This routine is passed the job which the system plans to replace $runningjob…
    QubeApr 03, 2017
  5. Job Dependency Attribute Syntax

    A job's dependency attribute can take several forms : complete-job- link--- info--{"",[]} The info syntax is only used when the dependencies are defined…
    QubeFeb 01, 2017
  6. Job Tags

    What are they and why would we use them? New in Qube! 6.5 We've added 10 new fields to the Qube! job. These will allow you to "tag" your job with any combination…
    QubeMay 23, 2018
  7. qb_rejectjob($job, $host)

    With every system, there are situations where a job shouldn't run on a host. While this can be controlled by the Qube! job routine features, the queuing algorithm also has…
    QubeOct 15, 2014
  8. Building job types

    A Qube Job Type is a simple framework for constructing all the code necessary for submission and execution of a job. A Job Type is a framework collection of files…
    QubeOct 15, 2014
  9. Job Preemption

    Preemption is the mechanism by which the system tries to reach an equilibrium state where all jobs are running in the correct priority order. This equilibrium can…
    QubeJan 14, 2015
  10. Job Types

    The Job Type is one of the most powerful aspects of the Qube Remote Control system. With a Job Type, a developer can separate the application functionality…
    QubeOct 27, 2016