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

[HTCondor-users] Python bindings for Negotiator / Ceiling



Dear Condorians,

Is there any Python way to get/set the 'Ceiling' setting from condor_user_prio?

I have something like:

  for user in htcondor.Negotiator().getPriorities():
    print user

Where I get usage and priorities back (11 items per user), but no mention of
anything 'Ceiling'.

Do I miss something or is the binding still absent? This is 9.0.1 btw.

Greetings, Bert.