Hi, I'm trying to understand concurrency using Fly...
# flyte-support
b
Hi, I'm trying to understand concurrency using Flyte. I've implemented this example, • https://docs.flyte.org/projects/cookbook/en/latest/auto/core/control_flow/subworkflows.html#example-2 Under which or what circumstances does concurrency occur?
g
In flyte concurrency meaning each task will run as pod, In second example you can run 2 sub workflow in single workflow, Each of the workflows in this module can exist independently and executed independently
f
@bored-horse-1374 concurrency is only when you are running on the platform
if you are running it locally, it is not concurrent by default
it is a simple serial executor
Contributions welcome šŸ™‚
207 Views