I get an error during the execution of a workflow with a python script node (for sklearn’s Isolation forest) in the server. This script node is inside a loop, and the first 16 iterations work perfectly, so I suppose it isn’t a library python problem or a workflow problem.
Python Script (1⇒1) 0:440:0:867:798 - ERROR: Execute failed: unable to create new native thread
Python Learner 0:440:0:867:832 - ERROR: Execute failed: unable to create new native thread
This sounds like the executor is running out of resources (memory or number of threads/processes). If you can get ahold of the executor’s log there may be more information about the potential resource issue.