Hi team, I have a question regarding the cancellat...
# ask-community
o
Hi team, I have a question regarding the cancellation of subflows with
submit_to_runner
. I am currently using
submit_to_runner
for parallel execution of flows. The
submit_to_runner
feature is introduced in this repo: https://github.com/zzstoatzz/submit-to-runner-demo I expected that when I cancel the parent flow, the subflow would also be cancelled, but this is not happening. Could you please share what I should do to achieve this? I have tried setting
PREFECT_EXPERIMENTAL_ENABLE_ENHANCED_CANCELLATION=True
in the Prefect config, but the issue persists. Thank you.
Now I use following latest Docker Image
_prefecthq/prefect_:2-python3.11
c
Hey @orangekame3! This is currently a known issue, but one that we will prioritize soon. Here is an issue you can use for tracking: https://github.com/PrefectHQ/prefect/issues/12714