This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Description
We read and parse the job ad file in main.go:parse_job_ad() for getting Owner and ProjectName info of the job. We used to send that to monitoring but no longer do as of #50.
That function crashes if $_CONDOR_JOB_AD is set to a non-existent or unreadable file, but instead of fixing it we should just remove the parse_job_ad().