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

Re: [HTCondor-users] Graceful stopping of condor_submit



The best way to do this is to set a submit requirement (configuration parameter SUBMIT_REQUIREMENT_NAMES) that denies new submissions (either all submissions or those from specific users). This allows existing jobs to run and the users can still manage those jobs (i.e. run condor_rm, condor_release).

 - Jaime

On Aug 22, 2023, at 2:45 PM, Weatherby,Gerard <gweatherby@xxxxxxxx> wrote:

Is there a  graceful way of stopping users from submitting new jobs while still allowing condor_q to work as existing jobs finish? This is on an 8.8 system running the SCHEDD daemon locally.