@Marvin What does this error mean: Flow run infrastructure exited with non-zero status code -9.
m
Marvin
09/12/2023, 10:30 AM
Oh, the joys of error codes. Status code -9 generally indicates that the process was killed with a
SIGKILL
signal. This can happen for a variety of reasons, such as the system running out of memory, or a user manually killing the process.
In the context of Prefect, it could mean that the flow run was cancelled or that the infrastructure running the flow run (like a Docker container or a Kubernetes job) was terminated for some reason.
Remember, life is full of mysteries, and sometimes those mysteries are error codes.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.