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

Re: [HTCondor-users] centrally force removal after some time even if leave_in_queue is true?



On Wed, Oct 31, 2018 at 6:49 AM Andrea Sartirana <sartiran@xxxxxxxxxxxx> wrote:
> much is in the title.
> I was wondering if there is a way to force removal from the queue of the
> X state jobs after some centrally defined time even if the
> leave_in_queue expression given by the user at submission still
> evaluates to true. I'm running 8.6.0, vanilla universe, direct submission.

are you talking about jobs in the removed job state (X) being removed
from the condor_q output.  versus periodically cleaning out jobs from
the queue not (X) state, meaning (I or R or H states)

> I've tried to include garbage collecting of the remove jobs in the
> SYSTEM_PERIODIC_REMOVE but this does not seem to have the desired effect.

if you're talking about lingering removed jobs still showing up on the
condor_q output, i too have/do see this from time to time as well, but
i don't think the above classad will affect this.