Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] SYSTEM_PERIODIC_HOLD ignored
- Date: Thu, 26 Aug 2021 15:48:18 +0200
- From: Stefano Dal Pra <stefano.dalpra@xxxxxxxxxxxx>
- Subject: Re: [HTCondor-users] SYSTEM_PERIODIC_HOLD ignored
On 26/08/21 15:12, Stefano Dal Pra wrote:
[SNIP]
That works perfectly for MEMORY_EXCEEDED but totally ignored for
TIME_EXCEEDED.
[SNIP]
I stumbled on a somehow survived job running for 21 days, so i forged a
clause to get it held and verify that it works:
TooMuchTime = (jobstatus == 2 && (time() - JobStartDate > 86400 * 7))
This clause works, but it only takes effect after condor restart:
condor_reconfig not enough.
Stefano