htc_query_present#
- lsst.ctrl.bps.htcondor.htc_query_present(schedds, **kwargs)#
Query the condor_schedd daemon for job ads.
Parameters#
- schedds
htcondor.Schedd HTCondor schedulers which to query for job information.
- **kwargs
Any keyword arguments that Schedd.xquery() 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