[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Getting the "current" job ClassAd directly on execution point?



On 12/12/24 23:38, KÃhn, Max (SCC) wrote:
Hi Christoph,

This file is never updated on our EPs after the job started. Even after a day the modification time is still the job startdate and the various life metrics such as RemoteUserCpu are 0.


If the job wants to pull the shadow's copy of the updated job ad while the job is running, the job can run condor_chirp, or use the chirp python code to pull that ad.


-greg