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

[Condor-users] holding long jobs



I am trying to setup a policy if a job goes over 1 hour I would like
to hold it.

What I am doing in my submit file is adding this line:

periodic_hold = (( CurrentTime - EnteredCurrentStatus ) > 360 )

Is this the correct way to do this? Is there a better way to do this
via START? Am I using the correct Ads such as CurrentTime and
EnteredCurrentStatus?

TIA