[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] How to stop a crondor job when current run finishes
- Date: Mon, 7 Jul 2025 13:26:24 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] How to stop a crondor job when current run finishes
I have htCondor cron jobs that start fairly large DAGs. When itâs time
to update any part of that monstrosity it would be nice to let the
currently running jobs complete.
I guess I hoping there is something analogous to drain an EP for a
crondor job. If not itâs not horrible to rerun the DAGs.
You can halt the DAGs themselves if you like. I also expect that
just putting the cron job on hold will cause it to stop submitting new
DAGs.
-- ToddM