Hey everyone! With version 2.7.3, task concurrenc...
# prefect-community
k
Hey everyone! With version 2.7.3, task concurrency limits don’t seem to account for tasks that are marked as running for cancelled flows / subflows. Furthermore, flows that are marked as cancelled, don’t seem to propagate the state to their subflows. These zombie / orphaned tasks, although not running, still take up concurrency slots for all their tags.
c
hi Kelvin, do you have a simple mre showcasing this behavior, or would you be willing / able to open a github issue for this?
k
Hey @Christopher Boyd Not really sure what to reproduce because this behavior is seen in all our flows. There is usually one main flow that calls the functions for other flows, thus creating the subflows.
c
Hi Kelvin, It seems like this is a known issue and is currently being worked on here: https://github.com/PrefectHQ/prefect/issues/7732
k
Thank you!