Hello everybody, How are you?
Well, I’m having problems with a dag, she is returning this to me: Task exited with return code -9
Does anyone know what this is about?
Thanks
Hello everybody, How are you?
Well, I’m having problems with a dag, she is returning this to me: Task exited with return code -9
Does anyone know what this is about?
Thanks
The message generally indicates that your worker running the task is running out of memory and exited due OOM (out of memory) exception.
What kind of Executor are you using?