How can I trigger multiple Prefect deployments concurrently from the UI? #22390
Unanswered
baltic-tea
asked this question in
Q&A
Replies: 1 comment
|
hi @baltic-tea - yes you can easily write a flow that uses |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How can I trigger multiple Prefect deployments concurrently from the UI at once, rather than running each one individually?
Specifically, is it possible to create a master orchestrator flow and deployment that dynamically fetches a pool of all available deployments from the server, lets me select which ones to run via a UI dropdown list, and then executes them concurrently as subflows while respecting all global concurrency limits and settings?
All reactions