Hi all,
I have had some issues with long running tasks not being killed when using timeout_seconds - seeing this doc:
https://docs.prefect.io/latest/concepts/flows/#timeouts
I would expect a similar flow to be killed.
I have a flow that executes a dbt command, and it appears one of the dbt operations is hanging. The timeout_seconds parameter does not kill the job as I would expect in this case. Any ideas how to enforce the timeout in this case?