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

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