Search
Page 1 of 40. Showing 393 results (0.013 seconds)
What if I want to lock down certain hosts to specific groups that will only run jobs submitted to those groups?
As we discussed, a host group is like an "alias" for a set of machines. You can assigned a host to more than one group, but jobs sent to the group will only run on those…How to easily kill or remove an entire job process group
deletionCascade.pyQube jobs can belong to a process group, which is normally how a group of jobs define their inter-dependencies. These process groups can be viewed…Group Permissions
Qube user groups are designed to collect a set of users into a kind of partition where each user can only control other jobs owned by users in the same group. Each user…Process group labels
Process group labels exist to provide the developer with an abstract method of determining job relationships independent of the job name or job ID relative to the process…Worker Host Groups
Host groups are a simple way to target jobs to a list of machines without specifying them explicitly every time you submit a job. To set up a host group, the Worker needs…but what if I want each client to only submit to a specific group?
To do that, you would need to go back to the cluster, establish worker restrictions, then set the client cluster to submit jobs to the appropriate cluster. 1. You will need…Job Labels
is that the jobs be submitted under the same process group. Within the process group, labels must be unique. Note: Qube's Supervisor automatically enforces the uniqueness requirement…Job Dependencies
--waitfor 220 sleep 60 224 Example(Dependency) % qbsub --name jobA sleep 60 220 % qbsub --name jobB --dependency complete-job-220 sleep 60 224 Process Groups Qube process groups…Job logs
subjobs. The jobs are located in groups of 1000 and are created under the job_ID / 1000 + 1000 directory. The logs are grouped this way to make archiving simple. The exact specification…qb_rejectjob($job, $host)
to run the job. Simple uses of this function can include things such as keeping special accounts from executing jobs or reserving specific hosts for specific groups of people.…