Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Programmatically assign userprio?
- Date: Mon, 27 Apr 2026 13:18:23 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Programmatically assign userprio?
Is there a way to -setprio -setceiling -setfloor other than using
condor_userprio? Ideally based on username.
You can set the ceiling and the priority using the Python
bindings:
https://htcondor.readthedocs.io/en/latest/apis/python-bindings/api/version2/htcondor2/negotiator.html
I don't know why there isn't a binding for floor yet.
-- Todd M