I've just submitted a DAG that I expect will take the next several days
to complete. I just realized that I'd like to change a value I passed
to condor_dag_submit via the config file:
DAGMAN_MAX_JOBS_SUBMITTED=5000
DAGMAN_MAX_SUBMITS_PER_INTERVAL=1000
DAGMAN_USER_LOG_SCAN_INTERVAL=5
to have:
DAGMAN_MAX_JOBS_SUBMITTED=10000
I've had bad luck with condor_rm and DAG jobs, so I'd rather avoid doing
that, changing it, and resubmitting. Is there any way to tweak this
value in a currently running DAG job?