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

Re: [HTCondor-users] Administrative job hold



On 4/5/2023 7:55 PM, Anderson, Stuart B. wrote:
On a few occasions while debugging resource contention in a pool I have had users directly (or indirectly via cron or periodic_release expressions) release jobs before the pool-level problem has been solved. 

Hi Stuart,

If a job is placed on hold explicitly via condor_hold, then the periodic_release expressions should be ignored as of v9.11.  See
  https://opensciencegrid.atlassian.net/browse/HTCONDOR-740

However, the job's owner could still release it via an explicit condor_release.  We have plans to only allow an admin to release a job if an admin placed the job on hold, but have not implemented it yet...  ( see https://opensciencegrid.atlassian.net/browse/HTCONDOR-799 )

regards,
Todd