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

[HTCondor-users] Complex policies to kill jobs?



Hi,


I am not sure this is even possible. Unclear to me from the documentation.

Let's say that I have, for example, 10 running jobs and 10 idle jobs.
And I want to kill 15 of them, with the following policies:
-- first, as many idle as possible (in this case, the 10 of them)
-- then, the rest (5) from the running ones, sorted by the time they
started running, killing younger first.

Is there a way to express this type of policies, either with the
command line or -preferable- with the python library?


Cheers,
Jose