Project

General

Profile

Feature #17936

Updated by Peter Amstutz over 2 years ago

With the recently added token expiration features, @arv-put@ will start to complain more often about its resume cache not being valid anymore. In addition to this, @arv-put@ is called from other Arvados tools like @arv-keepdocker@ that may show @arv-put@'s suggestions to users making the UX somewhat confusing. 

 It may be necessary to make @arv-put@ automatically handle these situations, for example by removing the resume cache if it detects that there're expired block signatures on it. 

 Add a --batch mode to arv-put which automatically deletes the cache and retries on error. 

 Modify arv-keepdocker to use the --batch mode when it invokes arv-put. 

Back