condor_search#
- lsst.ctrl.bps.htcondor.condor_search(constraint=None, hist=None, schedds=None)#
Search for running and finished jobs satisfying given criteria.
Parameters#
- constraint
str, optional Constraints to be passed to job query.
- hist
float Limit history search to this many days.
- schedds
dict[str,htcondor.Schedd], optional The list of the HTCondor schedulers which to query for job information. If None (default), only the local scheduler will be queried.
Returns#
- job_info
dict[str,dict[str,dict[strAny]]] Information about jobs satisfying the search criteria where for each Scheduler, local HTCondor job ids are mapped to their respective classads.
- constraint