Been having issues with tasks failing without any ...
# ask-metaflow
b
Been having issues with tasks failing without any meaningful error message. It just says
Task failed.
I've been debugging it for a while and all the business logic defined in the task seems to be running successfully and then it almost seems like the task fails as it's exiting. And thus the whole workflow stops Extra context: • I'm running metaflow purely locally right now (i.e. no
.metaflowconfig
) • I'm saving a list of instances of a custom class at the end of that step • I'm using the
foreach
statement and some other parallel tasks of the same step seem to be exiting / going to the next step fine Does this sound familiar to anyone at all?
1