https://prefect.io logo
f

FuETL

07/14/2022, 3:22 PM
Guys do prefect have priority flows? Example i have 4 flows: a, b, c, d and i want to prioritize a and c to agent run first is this possible?
1
k

Kyle McChesney

07/14/2022, 5:16 PM
You could use labels on the flow <> agent and then just run multiple agents. Maybe 3 agents: • agent one: a • agent two: b • agent three: a, b, c, d
2 Views