Nicholas LoFaso
09/26/2023, 5:38 PMmap_task
. This map_task has the min_success_ratio=0.5
. I’ve tested the workflow in our dev cluster and it seems to work as I would expect. If enough tasks pass the map_task
succeeds and the failed tasks are returned as empty.
However in unit testing it appears to ignore the min_success_ratio
and if any task fails it immediately exits with an exception.
Here’s a small test to illustrate the issueYee
Nicholas LoFaso
09/26/2023, 8:31 PM