condor_history¶
- lsst.ctrl.bps.htcondor.condor_history(constraint=None, schedds=None, **kwargs)¶
Get information about the jobs from HTCondor history records.
- Parameters:
- constraint
str
, optional Constraints to be passed to job query.
- schedds
dict
[str
,htcondor.Schedd
], optional HTCondor schedulers which to query for job information. If None (default), the query will be run against the history file of the local scheduler only.
- **kwargs
Any
Additional keyword arguments that need to be passed to the internal query method.
- constraint
- Returns: