Getting ExecutionErr for lightweight flows run by schedule
ExecutionErr: error during execution of the script:
process terminated by signal: Some(
9,
), stopped_signal: None, core_dumped: false
I am very sure the flow job step which is giving this error is very simple and just one small api call but it is still failing with above error
2 Replies
signal 9 is sigkill. If you want to have any chance to receive help you will need to share much more details, what is the code of that step for instance
a simple axios call is the code
i checked docker stats of 3 workers, they were constantly at 96% of memory which is very strange as same jobs take 25-60% usually
i restarted all windmill containers , now they are back to normal behaviour and no jobs failing now