Hi - From a pure speed perspective is there any di...
# prefect-community
i
Hi - From a pure speed perspective is there any difference between running a flow recursively or running
StartFlowRun
in a task with a loop signal? My concern is that with
StartFlowRun
the enviroment (including modules) will be "re-initialized" on every loop. But maybe that will happen with recursion also? -- In short is the effort of trying to build a recursive Flow worth the effort from a speed perspective? (Currently running into different issues). Thanks
c
Hi itay - recursion from within a flow is not supported, so we won’t have any recommendations or insights here