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

[Condor-users] Schedd webservice hold & release jobs



Hello,

I'm using Condor web services to manage jobs and I need to hold and release a lot of jobs.
Currently I'm calling holdJob() and releaseJob() for each job individually.
Is it possible to use a list of ClusterIds and have all those jobs held/released in a single web service call?

Thanks