htc_query_history#
- lsst.ctrl.bps.htcondor.htc_query_history(schedds, **kwargs)#
Fetch history records from the condor_schedd daemon.
Parameters#
- schedds
htcondor.Schedd HTCondor schedulers which to query for job information.
- **kwargs
Any keyword arguments that Schedd.history() accepts.
Yields#
- schedd_name
str Name of the HTCondor scheduler managing the job queue.
- job_ad
dict[str,Any] A dictionary representing HTCondor ClassAd describing a job. It maps job attributes names to values of the ClassAd expressions they represent.
- schedds