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

Re: [HTCondor-users] kill vs. load avg (was: scheduling delay)



Thanks for the correction - I was thinking of the update_job_info hook intervals - 8 seconds after start then every five minutes, right?

Michael V. Pelletier

-----Original Message-----
From: Todd Tannenbaum [mailto:tannenba@xxxxxxxxxxx] 
Sent: Tuesday, November 6, 2018 2:11 PM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>; Michael Pelletier <Michael.V.Pelletier@xxxxxxxxxxxx>
Subject: [External] Re: [HTCondor-users] kill vs. load avg (was: scheduling delay)

FWIW, the polling frequency for the job periodic expressions (like periodic_hold, periodic_remove, etc) is not five minutes per se, but is controlled by config knobs PERIODIC_EXPR_INTERVAL, MAX_PERIODIC_EXPR_INTERVAL, and PERIODIC_EXPR_TIMESLICE.  Default rate starts  60 seconds, but this rate could be automatically reduced to protect schedd performance.

regards,
Todd