dmwm / CRABServer

15 stars 37 forks source link

stop extending TapeRecall rule when data is on disk #8546

Open belforte opened 4 days ago

belforte commented 4 days ago

Now dataset is locked on disk as soon as task is submitted. No need to extend TapeRecall rule for TASKLIFETIME days. Something like "NOW + 4 days" will be plenty. https://github.com/dmwm/CRABServer/blob/61ebff7ce5974ce98625d4f174b19e26da535a90/src/python/TaskWorker/Actions/Recurring/TapeRecallManager.py#L127-L129

belforte commented 4 days ago

more warming up exercise for you @aspiringmind-code :-)

belforte commented 4 days ago

and a way to start looking at Rucio too