Support custom strategies to control step execution order #10709
Charlie17Li
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a beginner in argo and I was wondering is it now possible to support custom strategies to control the step scheduling sequence
for example, there are 6 tasks(or steps) and only 2 nodes, the link of paper
After task 1 is completed:
In normal cases, task 2, task 3, and task 4 have the same priority, and their scheduling sequence is task 2, 3, and 4 (schedule 1)
However, when resources are limited, prioritizing Tasks 3 and 4 can reduce the makespan of the entire workflow (schedule 2)
Beta Was this translation helpful? Give feedback.
All reactions