Computational-Plant-Science / plantit

https://plantit.cyverse.org
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Task failure criteria #269

Closed wpbonelli closed 2 years ago

wpbonelli commented 2 years ago

Currently a task is considered to have succeeded if the corresponding scheduler job runs to completion without timing or erroring out. This includes tasks which expect outputs but fail to produce them. This is misleading and confusing- if a job is expected to produce output files, we should mark it failed if it does not.

Are there any other similar cases to consider?

wpbonelli commented 2 years ago

Updated in 4f7b502