Search
Page 65 of 1,195. Showing 11,950 results (0.019 seconds)
Custom Supervisor Policy
The policy of a supervisor describe the different controls the administrator which are managed by a plug-in module. This includes checking jobs before they are allowed into the queue. Checking pending job modification to see if it is permissible to make t…Glossary of Terms
Qube! Related Terms Agenda: Agenda items (or Frames) refers to the granular list of items to be processed. AppFinder: AppFinder Jobs will "find" a particular version of a 3rd-party application on the worker when the job runs. The submitting user is not re…Scripting policy
Policy implementation is done using a script file plug-in written in Perl. The qb.conf setting for this is as follows: supervisor_policy_binding = Perlsupervisor_policy_library = plugin_path This document isn't meant to be a tutorial on the Perl scripting…C++ API Reference
class QbCallbackList Description Class for a list of QbCallback objects. Instance Methods QbCallbackList::type Purpose Returns the list type ID. Prototype virtual QB_INT type() Parameters None Result QB_CALLBACKLIST_PACKID Comments class QbCo…qb_init()0
This function is called for every thread once before executing the algorithm. This is to allow developers to do pre-initialization such as opening a database.…Qube 101
To get started, you can either: refer to the full Installation Guide browse the QuickStart Guide or just download Qube Installer, then install a supervisor, worker, and a client (in that order) Using the Qube Installer Install, Upgrade, or Uninstall using…qb_approve_modify($oldjob, $newjob)
Given the 2 jobs, the $oldjob contains the current job information, The new job contains the job after its modification is applied. The function must return 1 if the change is accepted and 0 if the change is to be rejected.…QuickStart Guide
worddav63225808f4bc2b2c92fd4eead7c3bf68.png Qube! Quickstart Guide…qb_approve_submit($job)
This function is allowed the chance to review the submitted job before insertion into the queue. This allows the developer to enforce things such as accounting information validity or restricting users to specific clusters. The function must return 1 if t…API Functions
qbbackup Purpose Backup Supervisor state database. Prototype QB_BOOL qbbackup() qbblock Purpose Sets job state to blocked. Prototype QB_BOOL qbblock(QbCommand cmd&, QbJobIdList& jobs) qbblockwork Purpose Blocks work agenda items. Prototype QB_BOOL qbblock…