Replies: 1 comment
-
hi @JRoper18 - this is a thing we're thinking a lot about as of late you might be interested to read about our plans related to this. Feel free to chime in there or follow up here! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Something I'm trying to do with prefect is to statically define a DAG of tasks and their dependencies, using the ".submit" and "wait_for" arguments. This works approximately well. One pattern I'm having trouble implementing is the ability to retry only failed tasks from a UI. For example, when a task fails, I may need to change some backend parameter or some configuration elsewhere. After that, I'd like to be able to resume running the DAG from the point where it failed.
Is there a pattern for doing this?
Beta Was this translation helpful? Give feedback.
All reactions