Hi everyone, I am recently facing a strange proble...
# ask-community
c
Hi everyone, I am recently facing a strange problem. I have a flow (which is a subflow of another one) that runs multiple tasks. Once in a while the tasks do not even start (get stuck on pending state) and the logs of each tasks says "Crash detected! Execution was cancelled by the runtime environment." The main problem is that the tasks & subflow get stuck and even a timeout (timeout_seconds param) does not help to release the freeze... (The flow is still in running state...) I am running the flows as a k8s job on openshift and all the flows and tasks are async. Is it a known problem? Is calling an async function (as a subflow or task) could be problematic?😵‍💫