This week I have been getting a lot of "Crash detected! Execution was cancelled by the runtime environment." from prefect.flow_runs.
There are not anymore details of the error in Prefect. I have a try except block around every function to try to get more logs to see what is happening. Does anyone how recommendations on how to troubleshoot?
Also, I have "timeout_seconds" flag set on one of my flows but seems to only stop the parent flow. All sub flows continue and the docker container never spins down until I go manually stop it. Any thoughts on this would be greatly appreciated!