Hi all, another side discussion from the this thread https://flyte-org.slack.com/archives/CP2HDHKE1/p1685654534312309
Does flyte classify dynamic workflow compilation error as system error? because flytepropeller kept retrying it until it exhausts system retry limit
h
hallowed-mouse-14616
06/02/2023, 7:19 PM
By default all errors in dynamic tasks are recoverable - this was noted in a recent issue. The PR helps by persisting non-recoverable failures for subworkflow evaluations. However, this doesn't fix the retries in your example.
m
magnificent-teacher-86590
06/02/2023, 7:46 PM
ohh nice, glad its documented there 🙏
wouldnt workflow compile error considered user error?