Can you specify Executor at runtime on Cloud/Serve...
# ask-community
a
Can you specify Executor at runtime on Cloud/Server?
k
I think this thread has what you want.
a
Awesome thanks! Will try this tomorrow to switch between
LocalExecutor
/`LocalDaskExecutor` and
DaskExecutor
(with different configs). Debugging day!
Is my understanding correct that in the current Prefect 1 flow = 1 executor, if I want different executor for different parts of the flow I will have to create separate flows? I can achieve the above and use different executors in subflows in Orion right?
k
Yes and yes
👍 1