orangekame3
07/27/2024, 2:49 AMsubmit_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.orangekame3
07/27/2024, 2:52 AM_prefecthq/prefect_:2-python3.11
Chris White