Replies: 1 comment
-
What I've done in my fork will work, but it seems like a lot of logic around task choice going into the CakeEngine. What do you reckon to moving the task selection logic into the CakeGraph? This would make the code to get ordered tasks in the CakeEngine something like this I think.
|
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
-
In a chain of long running tasks on a dev machine if one fails and is repaired the ability to restart from a specific task while maintaining the original target would be pretty useful imho.
e.g. Task chain of a-> b -> c -> d -> e
c fails
run
which would then just run c, d, and e.
Beta Was this translation helpful? Give feedback.
All reactions