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

Re: [Condor-users] Increment a classAd value with chirp



Horvátth Szabolcs wrote:
Hi,

Is it possible to increment a job classAd value using Chirp's set_job_attr in one go, or do I have
to query the value, add the increment and set it again?
Sadly, there is no way to do this atomically, you need to get, then set.

-Greg