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

Re: [HTCondor-users] ep custom configuration



What's your thoughts about the condor_kbdd-like thing?

You have a bunch of different options for ways to write a little daemon that more-or-less continuously checks for the machine's busy condition, but I think the real question is what you want to do when the machine _does_ become busy. It may be easier to call `condor_off -fast` than to use the built-in startd machinery. (You'll probably still want to set MACHINEMAXVACATETIME and MAXJOBRETIREMENTTIME to 0 to make sure the jobs leave ASAP.)

-- ToddM