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

Re: [Condor-users] periodic expressions



>You can try somtehing siniliar to your periodic_hold expression:
>periodic_release = ((JobStatus==5) && (CurentTime - EnteredCurrentStatus) >
>30)
>Which would release your job after holding it for 30s in this case.


The problem is that this expression does not know whether it is a held task that shold be restarted,
or a task that is intentionally heldm, so it would mess up the user's hold comands.
Maybe the hold reason could be analyzed, but I'm not sure that it can be queried properly.

Cheers,
Szabolcs