Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] holding long jobs
- Date: Thu, 7 Jan 2010 07:56:53 -0500
- From: Mag Gam <magawake@xxxxxxxxx>
- Subject: Re: [Condor-users] holding long jobs
Any help here? :-)
On Thu, Jan 7, 2010 at 12:24 AM, Mag Gam <magawake@xxxxxxxxx> wrote:
> 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
>