nsadeh
nsadeh5mo ago

Jobs get terminated by windmill

I've been seeing jobs terminate with the following error:
ExecutionErr: error during execution of the script:
process terminated by signal: Some(
9,
), stopped_signal: None, core_dumped: false
ExecutionErr: error during execution of the script:
process terminated by signal: Some(
9,
), stopped_signal: None, core_dumped: false
This isn't coming from my code, which has been running on other platforms (e.g., GCP Cloud Run). I don't see any error logs in my run, just regular logs. Is this coming from Windmill? Why is it killing my run?
2 Replies
Alper
Alper5mo ago
Usually this happens because the script consumption exceeds available RAM
nsadeh
nsadeh5mo ago
OK thanks!