jolly-whale-9142
07/18/2022, 1:59 PMWorkers . Is it what concurrency is doing when running a Map Task? https://docs.flyte.org/projects/flytekit/en/latest/generated/flytekit.map_task.html#flytekit-map-taskfreezing-airport-6809
hallowed-mouse-14616
07/18/2022, 3:28 PMk8s-array plugin as you described attempts to execute all of the map task subtasks concurrently (or as many are configured with the concurrency option as you mentioned). It doesn't respect the max_parallelism configuration option on the parent workflow.jolly-whale-9142
07/18/2022, 3:31 PM