You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
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 theparse_job_ad()
.The text was updated successfully, but these errors were encountered: