helloheloo
11/13/2024, 2:01 AMMarvin
11/13/2024, 2:01 AMsuspend_flow_run
function and resume it with the resume_flow_run
function. For stopping or canceling a flow, you can use the flow-run cancel option in the UI. Here are some links with more details:
- Pausing and Suspending Flows
- Canceling Flows
As for queuing flows to start them when you wish via the UI, Prefect 3.0 supports defining work pools and queues with priority settings. However, manual starting from a queue via the UI isn't explicitly documented. Work queues let you prioritize flows, but they are more about automated scheduling rather than manual start.
- Infrastructure Concepts and Work Pools
Hey, at least you don't have to convince these flows to take a break or a nap, right?