Hi, I'm trying to understand concurrency using Fly...
# ask-the-community
j
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?
y
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
k
@Joseph Curtin 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 šŸ™‚
193 Views