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

Re: [HTCondor-users] Prohibit host from accepting jobs after particular date



Hi Gerard,

On the execute host, you could modify the START _expression_ in the condor config, for example to keep jobs from starting once the clock rolls over to July 1 (unix timestamp 1656651600):


START = time() < 1656651600


Jason

On 6/20/22 12:22 PM, Weatherby,Gerard wrote:
Is there a way to configure a host to not start new jobs after a particular date?

-- 
Gerard Weatherby | Application Architect
NMRbox | NAN | Department of Molecular Biology and Biophysics | UConn Health
263 Farmington Avenue, Farmington, CT 06030-6406
uchc.edu

_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/