[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Limiting jobs to two days
- Date: Thu, 26 Mar 2026 10:26:43 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Limiting jobs to two days
One possible reason is AllowedExecuteDuration only applies for actual
job execution time and not the entire running state, so input file
transfer times are not accounted for in the enforcement. This matters if
you want to limit the total time a job is on an EP as opposed to the
total time a job has to be executed. EPs with versions that don't know
how to use this functionality should hopefully not be a factor unless
you have EPs running versions older than v9.4.1 or v9.5.0.
Note that AllowedJobDuration is (or should be identical),
except that it includes transfer time.
-- ToddM