Hi team,
While executing map tasks in the order of 1000s, some of the tasks fail. My current task behavior is if one of the tasks fail, rest of the map task execution is aborted. Could I configure in such a way, that failed tasks are okay, lets proceed with rest of the execution? Thank you.
g
glamorous-father-92994
01/18/2023, 8:18 PM
Hey Varsha! Just happen to be browsing by. Looks like there is a
hey yeah there is a higher level failure policy setting in flyte, but it’s for nodes on the top level graph, definitely not within the map task itself.
thankful-minister-83577
01/18/2023, 9:25 PM
the min success ratio will let the task proceed with failures but keep in mind it’ll mark the task as success.