We need to put some restrictions on our HT condor set-up.
1. Need to limit Max number no of jobs by a user who is found to be abusing resources.
2. Need to limit the total Max number of jobs by all users.
Please let me know how to implement the above two requirements.
MAX_JOBS_RUNNING : Limits the number of jobs (vanilla or container) this condor_schedd may have running (across all users) at any one time on an Execute node.
MAX_JOBS_SUBMITTED: Limits the number of jobs contained in the Access Point queue.
MAX_JOBS_PER_OWNER: Limits the number of jobs any given owner (user) is permitted to have within a condor_schedd daemonâs queue
MAX_JOBS_PER_SUBMISSION: Limits the number of jobs any single submission is permitted to add to a condor_schedd daemonâs queue.