Search
Page 3 of 6. Showing 57 results (0.011 seconds)
qbremove
| | | | | remove jobs from the queue Description .qbremove requests the Supervisor to remove a list of jobs. Usage qbremove [options] jobID… | 0 where JobID…Custom Supervisor Policy
into the queue. Checking pending job modification to see if it is permissible to make the changes. Calculating the job's overall status based upon the subjob and agenda status…Job Preemption
be disturbed any time a high priority job is submitted to the queue. The Supervisor has the option to allow all the currently running jobs to finish before dispatching the new jobs, or kill…qb_supervisor
_localQbConfOnly Synopsis qb_supervisor = supervisor A host name or ip address which the client applications will access for information about the queue. Example…Callbacks
A callback is Qube's mechanism to allow custom execution of queuing logic depending upon the events which occur during the lifetime of a Qube job or upon pre-defined system…Architecture
to communicate with the Supervisor so that the GUI does not block while waiting for return messages. A request is placed in a Queue that is then processed by a separate thread…Priority
The priority algorithm is a numeric priority queue. Normally, the priorities are established such that lower values are considered to have higher priority. For example…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…qb_sudo_admin($user, $job)
and has already been defined in the Custom Queuing Algorithms section of this documentation.…Job and Host Assignment
immediately, and both the instance and the frame get put back into the queue in a pending state There's a couple of major things that happen before preemption: the list of hosts…