htc_query_history

lsst.ctrl.bps.htcondor.htc_query_history(schedds, **kwargs)

Fetch history records from the condor_schedd daemon.

Parameters:
scheddshtcondor.Schedd

HTCondor schedulers which to query for job information.

**kwargs

Any keyword arguments that Schedd.history() accepts.

Yields:
schedd_namestr

Name of the HTCondor scheduler managing the job queue.

job_addict [str, Any]

A dictionary representing HTCondor ClassAd describing a job. It maps job attributes names to values of the ClassAd expressions they represent.