Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] SYSTEM_PERIODIC_HOLD ignored
Hi,
A SYSTEM_PERIODIC_HOLD, configure on the schedd, that used to work is ignored lately:
SYSTEM_PERIODIC_HOLD = (Time() - JobCurrentStartDate) > IfthenElse(HiMemUser && (RequestMemory > 40*1024), 120*3600 , 72*3600)
SYSTEM_PERIODIC_HOLD_Reason = "Job Is Running over time"
SYSTEM_PERIODIC_REMOVE = JobStatus == 5 && (Time() - EnteredCurrentStatus) > 600
I could find no reference to that in the system's log.
How can I debug that?
Best,
David