Project

General

Profile

Bug #21413

Updated by Peter Amstutz 8 days ago

The CWL OOM retry feature is confusing for a couple of reasons: 

 * -It It shows up as a warning, suggesting something is wrong, when nothing is wrong- fixed in #19982 wrong 
 * You have both a failed step and a successful step, but people see the failed step and think there's a problem. 

 It should: 

 * Use Not log it as a warning, and/or we should stop giving special treatment to warnings in Workbench  
 * Delete the "arv:failed_container_resubmitted" to render an orange badge (for warning) instead of red (for failed) to give failed container request so the user doesn't see a little bit better indication that something happened. 

 failed request in the list even when the workflow actually succeeded. 

Back