Project

General

Profile

Feature #13773

Updated by Peter Amstutz almost 6 years ago

It is useful to know when a container is going to fail, but hasn't completed yet. 

 Workflow developers / users want to know this so workflows can be resubmitted. 

 The API server wants to know this so it does not select a container for reuse which is going to fail. 

 Need to: 

 * Decide how it should be represented on the container record & implement 
 * Make arvados-cwl-runner set "will fail" status on the container when a workflow step fails. 

Back