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

Re: [Condor-users] set the state of a job to completed



>Two possibilities:
>* Put the jobs on hold.

The DAG that submits the jobs never completes if the jobs are on hold. I would like to 
simply skip the processing of a job.


>* Set LeaveJobInQueue=True and remove the jobs

I'd like to keep the job in the queue to be able to query data from it later (run time, bound host, stuff like this, dag parent).
I know I could parse the log, but at the moment I query it directly from the job.

Cheers,
Szabolcs