[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] User Quotas



Hey Boris,

I don't mean to threadjack here, but do you have that web code available any where? I'd be interested in something which could abstract the job creation aspects of htcondor.

Thanks,

Sander

On Mon, Apr 1, 2019 at 7:41 PM Boris Sadkhin <bsadkhin.anl@xxxxxxxxx> wrote:
Hi All,

I currently have a system in place in which users submit jobs via the web.

* A job submit file is created automatically for the job, and the
user's username is added to the submit file as "accounting_group =
<username>"
* (We could change this to accounting_group_user if needed or +AccountingGroup)
* They submit file containers one owner (+Owner = "condor_pool")

How would I achieve

1) something similar to MAX_JOBS_PER_OWNER, in which I limit a maximum
number of queued (not completed/idle/held) jobs for a user? (If the
queue is excessively long, a user's requested web resource may expire
by the time their job runs, so we would like to prevent them from
submitting the job in the first place)

2) something similar for MAX_RUNNING_SCHEDULER_JOBS_PER_OWNER, which
sets a limit of queued jobs in the entire system, but again uses
accounting_group

3) something like user quotas, instead of group quotas (it's mentioned
briefly in https://lists.cs.wisc.edu/archive/htcondor-users/2014-April/msg00046.shtml
)

Thank you for your help
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/