htc_query_present

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

Query the condor_schedd daemon for job ads.

Parameters:
scheddshtcondor.Schedd

HTCondor schedulers which to query for job information.

**kwargs

Any keyword arguments that Schedd.xquery() 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.